Skip to content

C++ Programming From Problem Analysis to Program Design

Best in textbook rentals since 2012!

ISBN-10: 1423902092

ISBN-13: 9781423902096

Edition: 4th 2009

Authors: D. S. Malik

List price: $257.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: From Problem Analysis to Program Design remains the definitive text for CS1 courses. Best-selling author D.S. Malik employs a student-focused approach, using complete programming examples to teach introductory 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 several calculus and engineering-related exercises. All programs have been written, compiled, and quality-assurance tested…    
Customers also bought

Book details

List price: $257.95
Edition: 4th
Copyright year: 2009
Publisher: Course Technology
Publication date: 2/11/2008
Binding: Paperback
Pages: 1384
Size: 7.25" wide x 9.50" long x 1.75" tall
Weight: 4.4

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
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