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: 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.
(14795 views)
Book cover: No Bugs!: Delivering Error-Free Code in C and C++No Bugs!: Delivering Error-Free Code in C and C++
by - Addison-Wesley
The book offers a revolutionary approach to software development by showing how to write error-free code from the start. Presented are techniques to stop many kinds of bugs from being included in a program. It also discusses how to test programs.
(27815 views)
Book cover: How to think like a Computer Scientist (C++ Version)How to think like a Computer Scientist (C++ Version)
by
This book teaches you to think like a computer scientist - to combine the best features of mathematics, natural science, and engineering, to use formal languages to denote ideas, to observe the behavior of complex systems, form hypotheses, etc.
(25045 views)
Book cover: C++ Hacker's GuideC++ Hacker's Guide
by - No Starch Press
This book contains a collection of hacks born out of Steve Oualline's over forty years of programming experience. Here you will find all sorts of hacks to make your programs more reliable, more readable, and easier to debug.
(11404 views)