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: 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.
(20681 views)
Book cover: Learn to Code With CLearn to Code With C
by - Raspberry Pi Ltd.
Learn to code with C across 13 packed chapters: Create variables and do arithmetic; Control the flow of your C programs; For loops and case statements; Understand and create functions; Work with arrays and strings; and much more.
(13677 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.
(29661 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.
(22228 views)