Hands-On System Programming with C++
上QQ阅读APP看书,第一时间看更新

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.