Could their be more than one proceser directive in one c++ programme | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Could their be more than one proceser directive in one c++ programme

2nd Dec 2017, 3:14 AM
priyanka
priyanka - avatar
3 Answers
+ 3
You will learn more than iostream from the C++ course. Here are some extra resources https://www.sololearn.com/discuss/459759/?ref=app
2nd Dec 2017, 3:26 AM
Manual
Manual - avatar
+ 1
Yes.
2nd Dec 2017, 3:18 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 1
#include for Headers are not just the only preprocessor directives. We also have #ifndef, #define, #if, #pragma, etc.
2nd Dec 2017, 3:27 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar