C++ Language/Preprocessing
Appearance
When you run the source file on your C++ compiler, the first thing the compiler does is to process your source file using its "preprocessor" component.
| C++ Language |
When you run the source file on your C++ compiler, the first thing the compiler does is to process your source file using its "preprocessor" component.