- Hands-On System Programming with C++
- Dr. Rian Quinn
- 50字
- 2021-07-02 14:42:31
How the standard is organized
The specification is broken up into three sections:
- Environment
- Language
- Libraries
Let's briefly discuss the purpose of each section. After that, we will discuss specific portions of the C standard that are relevant to system programming but are not discussed elsewhere in this book.