Debugging C and C++ code in a Unix environment
by J. H. M. Dassen, I. G. Sprinkhuizen-Kuyper
Publisher: OOPWeb.com 1999
Number of pages: 29
Description:
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, while preparing you better for dealing with the remaining ones.
Download or read it online for free here:
Download link
(120KB, PDF)
Similar books
Parallel Programming with Microsoft Visual C++
by Colin Campbell, Ade Miller - Microsoft Press
This guide introduces you to the most frequently used patterns of parallel programming and provides executable code samples for them, using PPL. When thinking about where to begin, a good place to start is to review the patterns in this book.
(17205 views)
by Colin Campbell, Ade Miller - Microsoft Press
This guide introduces you to the most frequently used patterns of parallel programming and provides executable code samples for them, using PPL. When thinking about where to begin, a good place to start is to review the patterns in this book.
(17205 views)
Data Structures and Algorithm Analysis in C++
by Clifford A. Shaffer - Dover Publications
A comprehensive treatment focusing on efficient data structures and algorithms, this text explains how to select or design the data structure best suited to specific problems. It uses C++ programming language and is suitable for second-year courses.
(24390 views)
by Clifford A. Shaffer - Dover Publications
A comprehensive treatment focusing on efficient data structures and algorithms, this text explains how to select or design the data structure best suited to specific problems. It uses C++ programming language and is suitable for second-year courses.
(24390 views)
C++ 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.
(4646 views)
- 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.
(4646 views)
Financial Numerical Recipes in C++
by Bernt Arne Ødegaard
Useful examples and algorithms for people working within the field of finance. Typical examples are option/derivatives pricing, term structure calculations, mean variance analysis. The author made C++ subroutines that implements common algorithms.
(26762 views)
by Bernt Arne Ødegaard
Useful examples and algorithms for people working within the field of finance. Typical examples are option/derivatives pricing, term structure calculations, mean variance analysis. The author made C++ subroutines that implements common algorithms.
(26762 views)