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: 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.
(20545 views)
Book cover: No Bugs!: Delivering Error-Free Code in C and C++No Bugs!: Delivering Error-Free Code in C and C++
by - Addison-Wesley
The book offers a revolutionary approach to software development by showing how to write error-free code from the start. Presented are techniques to stop many kinds of bugs from being included in a program. It also discusses how to test programs.
(27725 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: 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.
(38646 views)