Skip to content

C++ Programming Program Design Including Data Structures

Best in textbook rentals since 2012!

ISBN-10: 0538798092

ISBN-13: 9780538798099

Edition: 5th 2011

Authors: D. S. Malik

List price: $199.95
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!

Customers also bought

Book details

List price: $199.95
Edition: 5th
Copyright year: 2011
Publisher: Course Technology
Publication date: 4/12/2010
Binding: Paperback
Pages: 1608
Size: 7.00" wide x 9.00" long x 1.75" tall
Weight: 4.488
Language: English

An Overview of Computers and Programming Languages
Basic Elements of C++
Input/Output
Control Structures I (Selection)
Control Structures II (Repetition)
User-Defined Function I
User-Defined Functions II
Namespaces, the class string, and User-Defined Simple Data Types
Arrays
Applications of Arrays and the class vector
Structs
Classes and Data Abstraction
Inheritance and Composition
Pointers, Classes, and Virtual Functions
Operator Overloading
Exception Handling
Recursion
Linked Lists
Stacks and Queues
Binary Trees
Graphs
Standard Template Library
Appendices
Reserved Words
Operator Precedence
Character Sets
Operators Overloading
Additional C++ Topics
Header Files
Memory Size on a System and Random Number Generators
Problem Solving Using Object-Oriented Methodology
Standard Template Library
Answers to Odd-Numbered Exercises