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 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.
(7757 views)
Book cover: A to Z of CA to Z of C
by
This is an intermediate to advanced C programming book writen for C lovers, students, programmers, and other enthusiasts. The book is written to open many secrets of C, it alos introduces various approaches to solve different problems.
(38607 views)
Book cover: Object Oriented Programming in ANSI-CObject Oriented Programming in ANSI-C
by
We use ANSI-C to find out how to write object oriented programs , what are they useful for solving bigger problems, and how to catch mistakes earlier. The book covers classes, objects, instances, inheritance, linkage, methods, polymorphisms, and more.
(27090 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.
(20513 views)