Skip to content

Data Structures and Other Objects Using C++

Best in textbook rentals since 2012!

ISBN-10: 032119716X

ISBN-13: 9780321197160

Edition: 3rd 2005 (Revised)

Authors: Michael Main, Walter Savitch

List price: $116.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 successfully balances the introduction of object-oriented concepts with data structures in C++. KEN TOPICS:Provides interfaces for the principal example classes, which are compliant with the ANSI/ISO C++ Standard Library classes. Thorough coverage of the role of the const keyword in the C++ Standard Library. Covers C++ features such as namespaces, static member constants, typename keyword, and inheritance. Thorough review of C++ syntax and OOP concepts, making book accessible for programmers at various levels. The book also gives readers a firm grasp of key concepts and allows programmers experienced in another language to adjust easily. A solid foundation in building and using…    
Customers also bought

Book details

List price: $116.00
Edition: 3rd
Copyright year: 2005
Publisher: Addison Wesley Professional
Publication date: 10/12/2004
Binding: Paperback
Pages: 900
Size: 7.50" wide x 9.25" long x 1.50" tall
Weight: 2.662
Language: English

The Phases Of Software Development
Abstract Data Types And C++ Classes
Container Classes
Pointers And Dynamic Arrays
Linked Lists
Software Development With Templates, Iterators, And The Standard Ibrary
Stacks
Queues
Recursive Thinking
Trees
Tree Projects
Searching
Sorting
Derived Classes And Inheritance
Graphs
Ascii Character Set
Further Big-O Notation
Precedence Of Operators
Compiling, Linking, And Running Programs
Dealing With Older Compilers
Input And Output In C++
Selected Library Functions
Brief Reference For The Standard Template Classes
Fundamental Style Guide
Downloading The Gnu Compiler And Software