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

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.