How the standard is organized

Like the C standard specification, the C++ specification is broken up into three major groups of sections:

  • General conventions and concepts
  • Language syntax
  • Libraries

It should be noted that the C++ standard is considerably larger than the C standard.