<<Up     Contents

Comment

Redirected from Comments

Comments are used in programming to make understanding source code easier and making code maintenance[?] easier.

Comments in C++ (and many other languages, like Java) are expressed either by being preceded with //, or by having /* at the beginning and */ at the end. Visual Basic uses ' (an apostrophe).

wikipedia.org dumped 2003-03-17 with terodump