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.

Listing: Example of a C++ Comment
a = b; // This is a C++ comment

To use this feature, disable the ANSI Strict setting in the IDE options under DSC Compiler >> Language panel.