What is documentation in c plus plus?
Documentation in C++ primarily means comments. However, good
code should be self-documenting requiring very little commentary.
This is achieved by using self-explanatory names for variables,
constants, functions, classes and other data types.
Documentation can also include external documentation, such as
text files (readme files), help files, PDFs and online support
documents.