Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
A comment is text in code that is written for only humans to read as a form of documentation.
int main() |
It is adviced to comment your code well [1] as it is an important form of documentation. For example, prefer to document the interfaces so that they are usable by others [2].
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.