𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

The C++ Standard Library: A Tutorial and Reference

✍ Scribed by Nicolai M. Josuttis


Publisher
Addison-Wesley Professional
Year
1999
Tongue
English
Leaves
832
Edition
1
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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 source code getting lost in the middle of text, incomprehensible pieces of code where things are spread over two or three lines, and just plain messiness all around. The loss of formatting of the source code makes this edition of the book almost useless for the purpose of reference. I am afraid that this is a problem we will be seeing for most ebooks for a long time, and it is rather depressing. In short, I can't recommend this book in electronic form. Go ahead and bite the bullet and just haul the regular one around.


πŸ“œ SIMILAR VOLUMES


The C++ Standard Library: A Tutorial and
✍ Nicolai M. Josuttis πŸ“‚ Library πŸ“… 1999 πŸ› Addison-Wesley Professional 🌐 English

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 C++ Standard Library: A Tutorial and
✍ Nicolai M. Josuttis πŸ“‚ Library πŸ“… 1999 πŸ› Addison-Wesley Professional 🌐 English

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 C++ Standard Library: A Tutorial and
✍ Nicolai M. Josuttis πŸ“‚ Library πŸ“… 2012 πŸ› Addison-Wesley Professional 🌐 English

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 - A Tutorial An
✍ Josuttis, Nicolai M. πŸ“‚ Library πŸ“… 1999 πŸ› Addison-Wesley 🌐 English

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