Object-oriented Programming with Ansi-C

Object-oriented Programming with Ansi-C

Uses 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.

Publication date: 31 Dec 2011

ISBN-10: 1105105687

ISBN-13: 9781105105685

Paperback: 221 pages

Views: 35,420

Type: N/A

Publisher: n/a

License: Standard Copyright License

Post time: 22 Mar 2007 08:13:34

Object-oriented Programming with Ansi-C

Object-oriented Programming with Ansi-C Uses 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.
Tag(s): C / C++ Object Oriented Programming
Publication date: 31 Dec 2011
ISBN-10: 1105105687
ISBN-13: 9781105105685
Paperback: 221 pages
Views: 35,420
Document Type: N/A
Publisher: n/a
License: Standard Copyright License
Post time: 22 Mar 2007 08:13:34
From the Preface:

Object-oriented programming is the current cure-all — although it has been around for much more then ten years. At the core, there is little more to it then finally applying the good programming principles which we have been taught for more then twenty years. C++ (Eiffel, Oberon-2, Smalltalk ... take your pick) is the New Language (ed: this book was published in 1993) because it is object-oriented — although you need not use it that way if you do not want to (or know how to), and it turns out that you can do just as well with plain ANSI-C. Only object-orientation permits code reuse between projects — although the idea of subroutines is as old as computers and good programmers always carried their toolkits and libraries with them.

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.

Intended Audience:

I had fun discovering that ANSI-C is a full-scale object-oriented language. To share this fun you need to be reasonably fluent in ANSI-C to begin with — feeling comfortable with structures, pointers, prototypes, and function pointers is a must. Working through the book you will encounter all the newspeak — according to Orwell and Webster a language "designed to diminish the range of thought" — and I will try to demonstrate how it merely combines all the good programming principles that you always wanted to employ into a coherent approach. As a result, you may well become a more proficient ANSI-C programmer.
 




About The Author(s)


Axel-Tobias Schreiner was a Professor of Computer Science at Rochester Institute of Technology until his retirement in 2012. His research interests include compiler construction, distributed systems, graphical user interfaces (Cocoa), object-oriented programming, operating systems (Inferno, Mac OS X, Plan 9, Unix), programming languages (Java, Objective C), roboter programming, and typesetting.

Axel-Tobias Schreiner

Axel-Tobias Schreiner was a Professor of Computer Science at Rochester Institute of Technology until his retirement in 2012. His research interests include compiler construction, distributed systems, graphical user interfaces (Cocoa), object-oriented programming, operating systems (Inferno, Mac OS X, Plan 9, Unix), programming languages (Java, Objective C), roboter programming, and typesetting.


Book Categories
Sponsors