Logo

Object Oriented Programming in ANSI-C

Small book cover: Object Oriented Programming in ANSI-C

Object Oriented Programming in ANSI-C
by


ISBN/ASIN: 3446174265
ISBN-13: 9783446174269
Number of pages: 221

Description:
This book is not going to praise object-oriented programming or condemn the Old Way. We are simply 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. Along the way we encounter all the jargon - classes, inheritance, instances, linkage, methods, objects, polymorphisms, and more - but we take it out of the realm of magic and see how it translates into the things we have known and done all along.

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

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.
(22116 views)
Book cover: The GNU C Programming TutorialThe GNU C Programming Tutorial
by - Free Software Foundation
This book is a tutorial for the computer programming language C. You should have some basic computer literacy: to be able to run a program, edit a text file, etc. The tutorial introduces basic ideas in a logical order and progresses steadily.
(23340 views)
Book cover: ANSI C for Programmers on UNIX SystemsANSI C for Programmers on UNIX Systems
by
This document introduces C by providing and explaining examples of common programming tasks. It enables the reader to learn from available source code by clarifying common causes of incomprehension. Exercises form an integral part of the course.
(27494 views)
Book cover: C Programming in LinuxC Programming in Linux
by - BookBoon
Using a series of web development examples, this book will give you an interesting glimpse into a powerful lower-level world. C is tight and spare and economical, and people who know C will ensure critical systems keep running.
(22196 views)