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: Optimizing C ++Optimizing C ++
by - Prentice Hall PTR
The book provides C++ programmers with a practical approach to code optimization. The text consists of case studies of database problems with various searching and compression algorithms, the source code, and explanation of the solutions.
(19464 views)
Book cover: Introduction to  Object-Oriented Programming  Using C++Introduction to Object-Oriented Programming Using C++
by - Globewide Network Academy
In this course, object-orientation is introduced as a new programming concept which should help you in developing high quality software. Object-orientation is also introduced as a concept which makes developing of projects easier.
(21591 views)
Book cover: C++ Best PracticesC++ Best Practices
by - GitBook
This document is meant to be a collaborative discussion of the best practices in C++. We fill in some of the lower level details and provide specific stylistic recommendations while also discussing how to ensure overall code quality.
(14768 views)
Book cover: Debugging C and C++ code in a Unix environmentDebugging C and C++ code in a Unix environment
by - OOPWeb.com
This document describes several techniques and tools for debugging code in C-like languages in a Unix environment. We will also discuss some good coding practices that will diminish the occurrence of certain types of bugs.
(23055 views)