Answers for "how to comment lines in c++"

C++
0

c++ comment

/* with this you start a dubble comment
with this you close the dubble comment */

// this is a single comment


/* if you dont close a comment the whole code will be a comment.
so it dont work anymore */
Posted by: Guest on February-13-2022

Code answers related to "how to comment lines in c++"

Browse Popular Code Answers by Language