home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH09
/
A09132.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-10-19
|
302 b
|
6 lines
Preprocessor directives are instructions to the preprocessor. For
example, "#include" tells the preprocessor to copy the contents of
another file into the source code, in place of the "#include"
directive. Preprocessor directives are neither functions nor
operators. They cannot be overloaded.