Logo

More C++ Idioms

Small book cover: More C++ Idioms

More C++ Idioms

Publisher: Wikibooks

Description:
The objective of this open content book is to present modern C++ idioms to programmers who have moderate level of familiarity with C++, and help elevate their knowledge so that C++ feels much friendlier to them. It is designed to be an exhaustive catalog of reusable idioms that expert C++ programmers often use while programming or designing using C++.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Financial Numerical Recipes in C++Financial Numerical Recipes in C++
by
Useful examples and algorithms for people working within the field of finance. Typical examples are option/derivatives pricing, term structure calculations, mean variance analysis. The author made C++ subroutines that implements common algorithms.
(26061 views)
Book cover: C++ AnnotationsC++ Annotations
by - University of Groningen
The book for knowledgeable users of C who would like to make the transition to C++. It is the main textbook for C++ programming courses at the University of Groningen. The text does not cover C++'s basic grammar, which is equal to C's grammar.
(19990 views)
Book cover: C++ Reference GuideC++ Reference Guide
by - Informit
This guide covers constructors, destructors, operator overloading, memory management, templates, namespaces, streams, object-oriented programming principles, standard template library, exception handling, runtime type information, and more.
(19182 views)
Book cover: Parallel Programming with Microsoft Visual C++Parallel Programming with Microsoft Visual C++
by - Microsoft Press
This guide introduces you to the most frequently used patterns of parallel programming and provides executable code samples for them, using PPL. When thinking about where to begin, a good place to start is to review the patterns in this book.
(16711 views)