Skip to content

C++ Programming From Problem Analysis to Program Design

Best in textbook rentals since 2012!

ISBN-10: 0538798084

ISBN-13: 9780538798082

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: 3/10/2010
Binding: Paperback
Pages: 1384
Size: 7.25" wide x 9.00" long x 1.75" tall
Weight: 4.048
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
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