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.
(13783 views)
Book cover: The Ultimate Question of Programming, Refactoring, and EverythingThe Ultimate Question of Programming, Refactoring, and Everything
by
In this article you will find 42 recommendations about coding in C++ that can help a programmer avoid a lot of errors, save time and effort. Every recommendation is given with a practical example, which proves the currentness of this question.
(7038 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.
(23061 views)
Book cover: Practical Guide to Bare Metal C++Practical Guide to Bare Metal C++
by - GitBook
The intended audience of this document is professional C++ developers who want to understand bare metal development a little bit better, get to know how to use C++ language in an embedded environment, and bring their C++ skills to an 'expert' level.
(8106 views)