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

Libraries

The Libraries section of the standard describes all of the library facilities that are provided by the standard C language. This includes facilities such as outputting strings to stdout, allocating memory, and working with time.

System programming largely revolves around these library facilities, and the bulk of this book will focus on these libraries, what they provide, and how to use them.