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: 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.
(19196 views)
Book cover: C++ Today: The Beast Is BackC++ Today: The Beast Is Back
by - O'Reilly Media
Now that software development is shifting primarily toward mobile and cloud computing, C++ is returning to the dominant position. Authors demonstrate how modern C++ provides the power necessary for server farms as well as low-footprint mobile apps.
(9539 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.
(14417 views)
Book cover: Optimizing C++Optimizing C++
- Wikibooks
This book contains guidelines and advices on how to write efficient software using the C++ language. Software correctness and maintainability are taken into account, but are not the primary concerns. The book is for intermediate C++ programmers.
(8752 views)