Logo

Object-Oriented Programming with ANSI-C

Small book cover: Object-Oriented Programming with ANSI-C

Object-Oriented Programming with ANSI-C
by


Number of pages: 221

Description:
A do-it-yourself guide to object-oriented programming using ANSI-C with detailed examples and a preprocessor (written in awk) to simplify coding. We are going to use ANSI-C to discover how object-oriented programming is done, what its techniques are, why they help us solve bigger problems, and how we harness generality and program to catch mistakes earlier.

Download or read it online for free here:
Download link
(1.2MB, PDF)

Similar books

Book cover: An Introduction to the C Programming Language and Software DesignAn Introduction to the C Programming Language and Software Design
by - University of Sydney
This textbook is a thorough introduction to the C programming language, with an emphasis on software design and code organisation. The author shows how to apply the language features to build scalable modular software systems.
(8060 views)
Book cover: Learn C The Hard WayLearn C The Hard Way
by - LCodeTHW
A clear and direct introduction to modern C programming. The purpose of this book is to get you strong enough in C that you'll be able to write your own software in it, or modify someone else's code. The text is not for beginners.
(23644 views)
Book cover: Foundations of Computer Science: C EditionFoundations of Computer Science: C Edition
by - W. H. Freeman
Aho and Ullman have created a C version of their groundbreaking text. This book combines the theoretical foundations of computing with essential discrete mathematics. It follows the same organizations, with all examples and exercises in C.
(25327 views)
Book cover: Using GCC: The GNU Compiler Collection Reference Manual for GCCUsing GCC: The GNU Compiler Collection Reference Manual for GCC
by - Free Software Foundation
The definitive reference manual for the most widely used compiler in the world, written by its current developers. The GNU Compiler Collection is a full-featured ANSI C compiler with support for C, C++, Objective C, Java and Fortran.
(19740 views)