Logo

Writing Bug-Free C Code for Windows

Small book cover: Writing Bug-Free C Code for Windows

Writing Bug-Free C Code for Windows
by

Publisher: Prentice Hall
ISBN/ASIN: 0131838989
ISBN-13: 9780131838987
Number of pages: 218

Description:
The book presents a programming style that automatically detects bugs in C code. Advocating a style of C programming based upon data abstraction (classes) and run-time object verification, this book describes a technique that results in virtually bug-free code from the beginning. It details the key to writing bug-free code: the class methodology with run-time type checking. In support of this methodology, the book covers creating a new heap manager that is rock solid.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Image Processing in C: Analyzing and Enhancing Digital ImagesImage Processing in C: Analyzing and Enhancing Digital Images
by - R & D Books
An image processing tutorial which explains basic concepts, shows results with photographs, and implements programs in C. The book covers filters, edge detectors, and histogram equalizers, print procedures, and I/O routines, which are ready to use.
(27189 views)
Book cover: 88 C Programs88 C Programs
by - Smashwords
The author included example programs that exhaustively illustrate the important points of C. By working through these programs you can teach yourself C. It is assumed that you already know how to program and are familiar with standard algorithms.
(17265 views)
Book cover: Using C on the UNIX SystemUsing C on the UNIX System
by - O'Reilly
'Using C on the UNIX System' provides a thorough introduction to the UNIX system call libraries. This book is aimed at programmers who already know C, but who want to take full advantage of the UNIX programming environment.
(9859 views)
Book cover: ANSI C for Programmers on UNIX SystemsANSI C for Programmers on UNIX Systems
by
This document introduces C by providing and explaining examples of common programming tasks. It enables the reader to learn from available source code by clarifying common causes of incomprehension. Exercises form an integral part of the course.
(27631 views)