Product Information
Complete downloadable Solutions Manual for C++ How to Program (Early Objects Version) 9th Edition by Deitel. INSTRUCTOR RESOURCE INFORMATION
TITLE: C++ How to Program (Early Objects Version)
RESOURCE:Solutions Manual
EDITION: 9th Edition
AUTHOR: Deitel, Deitel
PUBLISHER: Pearson
Table of content
1 Introduction to Computers and C++
2 Introduction to C++ Programming; Input/Output and Operators
3 Introduction to Classes, Objects and Strings
4 Control Statements: Part 1; Assignment, ++ and — Operators
5 Control Statements: Part 2; Logical Operators
6 Functions and an Introduction to Recursion
7 Class Templates array and vector; Catching Exceptions
8 Pointers
9 Classes: A Deeper Look; Throwing Exceptions
10 Operator Overloading; Class string
11 Object-Oriented Programming: Inheritance 4
12 Object-Oriented Programming: Polymorphism
13 Stream Input/Output: A Deeper Look
14 File Processing
15 Standard Library Containers and Iterators
16 Standard Library Algorithms
17 Exception Handling: A Deeper Look
18 Introduction to Custom Templates
19 Custom Templatized Data Structures
20 Searching and Sorting
21 Class string and String Stream Processing: A Deeper Look
22 Bits, Characters, C Strings and structs
23 Other Topics