Problem Solving with C++: The Object of Programming, 4/e

Walter Savitch

  • 出版商: Addison Wesley
  • 出版日期: 2002-07-16
  • 售價: $970
  • 貴賓價: 9.8$951
  • 語言: 英文
  • 頁數: 1000
  • 裝訂: Paperback
  • ISBN: 0321113470
  • ISBN-13: 9780321113474
  • 相關分類: C++ 程式語言
  • 已過版

買這商品的人也買了...

商品描述

Problem Solving with C++, 4e is a revision of one of the leading books for courses introducing programming in C++. The text explains C++ and basic programming techniques in a way suitable for beginning students. This book adapts to the syllabus created by the instructor rather than making you adapt to the book. The order in which the chapters and sections are covered can easily be changed without loss of continuity in reading the text.

The book teaches students how to define their own classes, while ensuring a solid understanding of basic tools such as simple control structures and function definitions. A measured approach is taken toward classes, teaching students how to write simple classes at first, then constructors are added, then overloading simple operators, then overloading the I/O operators <<<< and >>>>, and so forth. By defining their own classes early, students are getting a hands-on experience not provided by those texts that merely teach how to use classes in the beginning.

Table of Contents

1. Introduction to Computers and C++ Programming.
2. C++ Basics.
3. Functions that Return a Value.
4. Functions for All Subtasks.
5. I/O Streams as an Introduction to Objects and Classes.
6. Defining Classes.
7. More Flow of Control.
8. Friends and Overload Operators.
9. Separate Compilation and Namespaces.
10. Arrays.
11. Strings and Vectors.
12. Pointers and Dynamic Arrays.
13. Recursion.
14. Templates.
15. Pointers and Linked Lists.
16. Inheritance.
17. Exception Handling.
Appendices.