Logo

C++ Reference Guide by Danny Kalev

Small book cover: C++ Reference Guide

C++ Reference Guide
by

Publisher: Informit
Number of pages: 402

Description:
This guide covers constructors, destructors, assignment operator, operator overloading, memory management, templates, namespaces, time and date library, streams, object-oriented programming and design principles, the standard template library and generic programming, exception handling, runtime type information, signal processing, creating persistent objects, bit fields, new cast operators, environment variables, variadic functions, pointers to functions, function objects, pointers to members, lock files, design patterns, dynamic linking, the reflecting circle, numeric types and arithmetic, etc.

Home page url

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

Similar books

Book cover: More C++ IdiomsMore C++ Idioms
- Wikibooks
The objective 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.
(14412 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.
(19991 views)
Book cover: Language Translation Using PCCTS and C++Language Translation Using PCCTS and C++
by - Automata Publishing Company
This book is a reference guide for the parser generator ANTLR, ANother Tool for Language Recognition, and the tree-parser generator SORCERER, which is suited to source-to-source translation. It is valuable to scientists, engineers, or programmers.
(17256 views)
Book cover: An Introduction to GCCAn Introduction to GCC
by - Network Theory Ltd
This manual provides a complete introduction to the GNU C and C++ compilers, common problems and encountered error messages, with numerous easy examples. The text covers compiling using headers and libraries, preprocessor, linking, and more.
(29746 views)