Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) comment

 

A comment is text in code that is written for only humans to read.

 

int main()
{
  //Single-line comment

  /*

  Multi-line comment

  */
}

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict