What do you mean by preprocessor handling? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

What do you mean by preprocessor handling?

8th Feb 2019, 2:52 PM
Puneet Bhardwaj
Puneet Bhardwaj - avatar
2 ответов
+ 2
The preprocessor processes your source code before the compiler compiles it. The c++ preprocessor handles directives that start with #. It does text substitutions like macro subtitutions (#define) and adding code from other files (#include).
8th Feb 2019, 9:22 PM
Joseph Whalen
+ 1
//preprocessor handling (Never-heard)
8th Feb 2019, 9:00 PM
Sudarshan Rai
Sudarshan Rai - avatar