Logo

C++ Hacker's Guide by Steve Oualline

Small book cover: C++ Hacker's Guide

C++ Hacker's Guide
by

Publisher: No Starch Press
ISBN/ASIN: 1593271689
Number of pages: 231

Description:
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.

Download or read it online for free here:
Download link
(25MB, PDF)

Similar books

Book cover: Practical C++ MetaprogrammingPractical C++ Metaprogramming
- O'Reilly Media
C++ template metaprogramming is ideal for performing automatic compile-time optimization. With this ebook, you'll learn how improved metaprogramming techniques in C++11 and C++14 can help you avoid mistakes by making the compiler work for you.
(13775 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.
(19171 views)
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.
(14400 views)
Book cover: Taligent's Guide to Designing ProgramsTaligent's Guide to Designing Programs
- Taligent Press
Well-Mannered object-oriented design in C++: this is a brief overview of object-oriented program design, focusing on operating-system development. The text will be of interest to the C++ programmers who need a quick summary of good OOP techniques.
(21046 views)