What do you mean by preprocessor handling? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

What do you mean by preprocessor handling?

8th Feb 2019, 2:52 PM
Puneet Bhardwaj
Puneet Bhardwaj - avatar
2 Réponses
+ 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