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: The GNU C Library Reference ManualThe GNU C Library Reference Manual
by - Free Software Foundation, Inc.
The GNU C library, described in this document, defines all of the library functions that are specified by the ISO C standard, as well as additional features specific to POSIX. This manual tells you how to use the facilities of the GNU library.
(22212 views)
Book cover: C Programming TutorialC Programming Tutorial
by
This book is a tutorial. Its aim is to teach C to a beginner, but with enough of the details so as not be outgrown as the years go by. It presumes that you have some previous aquaintance with programming, but you do not need much experience.
(22249 views)
Book cover: Programming in C: UNIX System Calls and Subroutines using CProgramming in C: UNIX System Calls and Subroutines using C
by - Cardiff University
This book is guide to UNIX software development in C for professional programmers and students. It focuses on the UNIX system call interface, the programming interface between the UNIX Kernel and applications running in the UNIX environment.
(22409 views)
Book cover: Learning GNU CLearning GNU C
by
The book teaches GNU users how to write software in C. It is written as a tutorial for beginners but should be thorough enough to be used as a reference by experience programmers. The basics are layed down in full in the first few chapters.
(20607 views)