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: A Little C PrimerA Little C Primer
- Wikibooks
This online wiki book is a quick and easy introduction to the ANSI C programming language. It is written by a novice, and is intended for use by a novice. However, it does assume some familiarity with a programming language.
(19049 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.
(9861 views)
Book cover: An Introduction to C and GUI ProgrammingAn Introduction to C and GUI Programming
by - Raspberry Pi Press
Even if you are an absolute beginner, this book will teach you all you need to know to write simple programs in C and start creating GUIs. The book shows how to use the GTK user interface toolkit with C to create feature-rich GUI applications.
(7891 views)
Book cover: C Elements of StyleC Elements of Style
by - M & T Books
A handy guide which covers the principals of good programming style, teaching C and C++ programmers how to write code that can be easily read, understood, and maintained by others. Useful both for students and professional programmers.
(21091 views)