Encyclopedia > Comment

  Article Content

Comment

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).



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Kings Park, New York

... of the 2000 census, the town had a total population of 16,146. Geography Kings Park is located at 40°53'19" North, 73°14'33" West (40.888497, ...

 
 
 
This page was created in 27.3 ms