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
Ocean Beach, New York

... Demographics As of the census of 2000, there are 138 people, 61 households, and 35 families residing in the village. The population density is 380.6/km² ...

 
 
 
This page was created in 32.7 ms