Preprocessor directives are lines included in the code of programs preceded by a hash sign (#). These lines are not program statements but directives for the preprocessor. The preprocessor examines the code before actual compilation of code begins and resolves all these directives before any code is actually generated by regular statements.
Preprocessor directives at cplusplus.com
Войдите чтобы поставить Нравится
Войдите чтобы прокомментировать