buchspektrum Internet-Buchhandlung

Neuerscheinungen 2016

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Marc Gregoire, Peter Van Weert (Beteiligte)

C++ Standard Library Quick Reference


1st ed. 2016. xxiii, 211 S. 9 SW-Abb., 2 Farbabb. 235 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2016
ISBN: 1-484-21875-2 (1484218752)
Neue ISBN: 978-1-484-21875-4 (9781484218754)

Preis und Lieferzeit: Bitte klicken


Aims to be one of the first or unique reference books on the new C++ Standard Library

Includes the Standard Libarary as found in the new C++ 14 language release.

C++ is relevant meme in terms of database revenue and is one of the most popular programming languages according to Tiobe Programming Index.
This quick reference is a condensed reference guide to the essential data structures, algorithms, and functions provided by the C++ Standard Library. Used by millions of C++ programmers on a daily basis, the C++ Standard Library features core classes for strings, I/O streams, and various generic containers, as well as a comprehensive set of algorithms to manipulate them. In recent years, the C++11 and C++14 standards have added even more efficient container classes, a new powerful regular expression library, and a portable multithreading library featuring threads, mutexes, condition variables, and atomic variables.
Needless to say, it is hard to know and remember all the possibilities, details, and intricacies of this vast and growing library. This handy reference guide is therefore indispensable to any C++ programmer. It offers a condensed, well-structured summary of all essential aspects of the C++ Standard Library. No page-long, repetitive examples or obscure, rarely used features. Instead, everything you need to know and watch out for in practice is outlined in a compact, to-the-point style, interspersed with practical tips and well-chosen, clarifying examples. The book does not explain the C++ language or syntax, but is accessible to anyone with basic C++ knowledge or programming experience. Even the most experienced C++ programmer though will learn a thing or two from it and find it a useful memory-aid. Among the topics covered are:

The essentials that the C++ Standard Library has to offer

How to use containers to efficiently store and retrieve your data

How to use algorithms to inspect and manipulate your data

How lambda expressions allow for elegant use of algorithms

What the standard string class provides and how to use it

How to write localized applications

What functionality the library provides for file and stream-based I/O

What smart pointers are and how to use them to prevent memory leaks

How to write safe and efficient multi-threaded code using the C++11 threading libraries

1. Introduction 2. Diagnostics 3. Numerics and Math 4. Utilities 5. Containers 6. Algorithms 7. Strings 8. Stream IO 9. Concurrency/Threads