Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

how to make a comment in c++

//This is a single line comment in C++.

/*
This
is a 
multiline comment
*/
 
PREVIOUS NEXT
Tagged: #comment
ADD COMMENT
Topic
Name
9+7 =