home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH03
/
A03141.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-08-11
|
263 b
|
5 lines
const and volatile are type specifiers that you can include in the
declarations of objects. const tells the compiler that you are
not going to modify the object directly. volatile is a suggestion
to the compiler that the object will be modified frequently.