- Hands-On System Programming with C++
- Dr. Rian Quinn
- 44字
- 2021-07-02 14:42:33
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.