comment multiple lines c++ code example
Example 1: c++ comment
/* This is a comment */
/* C++ comments can also
* span multiple lines
*/
/* Meowwwwww */
Example 2: c++ comment out multiple lines
Ctrl+Shift+/
/* This is a comment */
/* C++ comments can also
* span multiple lines
*/
/* Meowwwwww */
Ctrl+Shift+/