Skip to content

C++ Programming Program Design Including Data Structures

Best in textbook rentals since 2012!

ISBN-10: 142390222X

ISBN-13: 9781423902225

Edition: 4th 2009

Authors: D. S. Malik

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

Description:

Now in its fourth edition, C++ PROGRAMMING: PROGRAM DESIGN INCLUDING DATA STRUCTURES remains the definitive text for a course sequence covering CS1 and CS2 topics. Best-selling author D.S. Malik employs a student-focused approach, using complete programming examples to teach fundamental programming concepts. This fourth edition has been enhanced to further demonstrate the use of OOD methodology, to introduce sorting algorithms (bubble sort and insertion sort), and to present additional material on abstract classes. In addition, the exercise sets at the end of each chapter have been expanded to include calculus and engineering-related exercises.
Customers also bought

Book details

List price: $203.95
Edition: 4th
Copyright year: 2009
Publisher: Course Technology
Publication date: 3/3/2008
Binding: Paperback
Pages: 1624
Size: 9.50" wide x 7.50" long x 2.00" tall
Weight: 2.310
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