The C++ Standard Library: A Tutorial and Reference
β Scribed by Nicolai M. Josuttis
- Publisher
- Addison-Wesley
- Year
- 2012
- Tongue
- English
- Leaves
- 1190
- Edition
- 2
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Subjects
ΠΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ°;ΠΠΎΠΌΠΏΡΡΡΠ΅ΡΠ½Π°Ρ Π»ΠΈΡΠ΅ΡΠ°ΡΡΡΠ°;C / C++;
π SIMILAR VOLUMES
Don't get me wrong. Content-wise, this book is indispensable. However, the Kindle edition is almost unusable. The contents of the book are all displayed using a single proportional font, and it appears that most of the formatting for the source code is lost. As a result, you find that you have sourc
Don't get me wrong. Content-wise, this book is indispensable. However, the Kindle edition is almost unusable. The contents of the book are all displayed using a single proportional font, and it appears that most of the formatting for the source code is lost. As a result, you find that you have sourc
Don't get me wrong. Content-wise, this book is indispensable. However, the Kindle edition is almost unusable. The contents of the book are all displayed using a single proportional font, and it appears that most of the formatting for the source code is lost. As a result, you find that you have sourc
The Best-Selling C++ Resource Now Updated for C++11 The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its componentsβand to benefit from their powerβyou need a re
The C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. Josuttis' book not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical program