Preprocessor Reference
This reference explains the preprocessor as it is implemented in Microsoft C/C++. The preprocessor performs preliminary operations on C and C++ files before they are passed to the compiler. The preprocessor allows you to:
Interesting home pages
|