C++ Comments

(ISO C, §6.4.9) The C compiler can accept C++ comments (//) in source code. C++ comments consist of anything that follows // on a line.

a = b; // This is a C++ comment

To use this feature, disable the ANSI Strict setting.

See also Checking for Standard C and Standard C++ Conformity.