+ 2
An instruction that tells to the preprocessor (the first part of the compiler) to do something. For example #include is a preprocessor directive, used to import headers.
23rd Dec 2019, 1:58 PM
CPPCodeGuru
+ 1
Preprocessor directives are lines included in a program that begin with the character #, which make them different from a typical source code text. They are invoked by the compiler to process some programs before compilation. Preprocessor directives change the text of the source code and the result is a new source code without these directives.
25th Dec 2019, 6:07 AM
Yoga
Yoga - avatar
0
hello
24th Dec 2019, 8:18 PM
waxbosbek
0
new group
24th Dec 2019, 8:19 PM
waxbosbek