+ 2
// comments after #define in C++
Should I use // comments after #define? #define forever for(;;) // When a compailer - every compailer! - cuts this comment out of my code? Perhaps I can use Python comments then #define # //
3 Réponses
+ 4
Comments are for yourself, not the compiler.
+ 2
Python comments don't work in C++
0
What do you expect the comments to do ?
https://code.sololearn.com/coYCj75WqdsB/?ref=app