C++ Language/Preprocessing
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.
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.