c++ notes using comments code example
Example 1: c++ comment
/* This is a comment */
/* C++ comments can also
* span multiple lines
*/
/* Meowwwwww */
Example 2: c++ comment
// Comment here
/*
Comment
Here...
*/
/* This is a comment */
/* C++ comments can also
* span multiple lines
*/
/* Meowwwwww */
// Comment here
/*
Comment
Here...
*/