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: The C Book: Featuring the ANSI C StandardThe C Book: Featuring the ANSI C Standard
by - Addison-Wesley Pub
Use this book to produce powerful and portable code. The C Book is dedicated to programmers who have some experience of using a modern high-level procedural programming language. Learn about new standards and how they affect existing C code.
(25782 views)
Book cover: An Introduction to GCCAn Introduction to GCC
by - Network Theory Ltd
This manual provides a complete introduction to the GNU C and C++ compilers, common problems and encountered error messages, with numerous easy examples. The text covers compiling using headers and libraries, preprocessor, linking, and more.
(29819 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.
(19888 views)
Book cover: Programming in CProgramming in C
by - University of Hawaii at Manoa
Contents: Designing Programs Top Down; Processing Character Data; Numeric Data Types and Expression Evaluation; Pointers; Arrays; Functions and Files; Two Dimensional Arrays; Sorting and Searching; String Processing; Structures and Unions; etc.
(20905 views)