Logo

No Bugs!: Delivering Error-Free Code in C and C++

Large book cover: No Bugs!: Delivering Error-Free Code in C and C++

No Bugs!: Delivering Error-Free Code in C and C++
by

Publisher: Addison-Wesley
ISBN/ASIN: 0201608901
ISBN-13: 9780201608908
Number of pages: 214

Description:
No Bugs! offers a revolutionary approach to software development by showing programmers how to write error-free code from the start. No Bugs! presents techniques to stop many kinds of bugs from being included in a program. It also discusses how to test programs to find bugs.

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

Similar books

Book cover: C++ Notes for ProfessionalsC++ Notes for Professionals
- GoalKicker
Contents: Getting started with C++; Operator precedence; Arrays; Loops; Metaprogramming; Basic type keywords; Pointers; C++ Containers; Namespaces; Regular expressions; Data Structures in C++; Threading; Design pattern implementation in C++; etc.
(4117 views)
Book cover: An Introduction to GCCAn Introduction to GCC
by - Network Theory Ltd
This manual provides a complete introduction to the GNU C and C++ compilers, common problems and encountered error messages, with numerous easy examples. The text covers compiling using headers and libraries, preprocessor, linking, and more.
(29740 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.
(9527 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.
(14408 views)