Skip to content

C++ and Object Oriented Programming

Best in textbook rentals since 2012!

ISBN-10: 0023598522

ISBN-13: 9780023598524

Edition: 1997

Authors: Kip R. Irvine

List price: $88.00
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

This book offers readers an up-to-date tutorial on the basic differences between C and C++, the object model, design methods, and C++ programming. Utility classes and case studies are used to illustrate object-oriented programming, with all source code included on a disk.There is an extensive class library developed in the book's examples, which is also available via FTP. It adheres to the most current draft of the C++ standard. This book offers a review of function parameters, pointers, arrays and dynamic memory allocation to help users transfer knowledge of C programming to the C++ language and prepares them for C++ enhancements. An entire chapter is devoted to operator overloading, an…    
Customers also bought

Book details

List price: $88.00
Copyright year: 1997
Publisher: Prentice Hall PTR
Publication date: 11/8/1996
Binding: Paperback
Pages: 526
Size: 7.25" wide x 9.50" long x 0.75" tall
Weight: 1.628
Language: English

Preface
C++ Basics
Introducing Classes
Functions
Class Features
Designing Classes
Derived Classes
Pointers and Dynamic Memory Allocation
Polymorphism and Exceptions
Operator Overloading
Templates
Object-Oriented Containers
References
Index