Logo

Debugging C and C++ code in a Unix environment

Debugging C and C++ code in a Unix environment
by

Publisher: OOPWeb.com
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

Book cover: Optimizing C ++Optimizing C ++
by - Prentice Hall PTR
The book provides C++ programmers with a practical approach to code optimization. The text consists of case studies of database problems with various searching and compression algorithms, the source code, and explanation of the solutions.
(19464 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.
(21042 views)
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.
(4095 views)
Book cover: Industrial Strength C++Industrial Strength C++
by - Prentice Hall
This book defines a C++ coding standard that should be usable for almost all programmers. Text and examples explain each individual rule and recommendation. The book covers naming conventions, resource management, code organization, and more.
(20746 views)