Home | Posts RSS | Comments RSS | Login

C++ Programming From Problem Analysis to Program Design, 4e

2009/11/13

ISBN13: 9781423902096|1384 pages|Paperback|©2009|NT$1430
Supplements: Instructor's Manual|Test Bank|Power point|Solutions Manual

Author
D.S. Malik, Creighton University

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 with Microsoft Visual C++ .NET, available as an optional compiler with this text. C++ Programming: From Problem Analysis to Program Design, Fourth Edition is the ideal text to motivate your students as they learn the theory behind programming.

Table of Contents
1. An Overview of Computers and Programming Languages.
2. Basic Elements of C++.
3. Input/Output.
4. Control Structures I (Selection).
5. Control Structures II (Repetition).
6. User-Defined Function I.
7. User-Defined Functions II.
8. Namespaces, the class string, and User-Defined Simple Data Types.
9. Arrays.
10. Applications of Arrays and the class vector.
11. Structs.
12. Classes and Data Abstraction.
13. Inheritance and Composition.
14. Pointers, Classes, and Virtual Functions.
15. Operator Overloading.
16. Exception Handling.
17. Recursion.
18. Linked Lists.
19. Stacks and Queues.

Appendices.
A. Reserved Words.
B. Operator Precedence.
C. Character Sets.
D. Operators Overloading.
E. Additional C++ Topics.
F. Header Files.
G. Memory Size on a System and Random Number Generators.
H. Problem Solving Using Object-Oriented Methodology.
I. Standard Template Library.
J. Answers to Odd-Numbered Exercises.