C++ Programming in Easy Steps
Rate it:
Started reading August 7, 2018
5%
Flag icon
The C++ compiler also supports multiple-line C-style comments between /* and */– but these should only ever be used in C++ programming to “comment-out” sections of code when debugging.
9%
Flag icon
initial