页数: 885页 开本: 16开
Chapter1 Getting Started 1.1 Writing a Simple C++Program 1.2 A First Look at Input/Output 1.3 A Word About Comments 1.4 Control Structures 1.5 Introducing Classes 1.6 The C++Program Chapeter Summary Defined Terms PartⅠ The Basics Chapter2 Variables and Basic Types 2.1 Primitive Built-in Types 2.2 Literal Constants 2.3 Variables 2.4 const Qualifier 2.5 References 2.6 Typedef Names 2.7 Enumerations 2.8 CLass Types 2.9 Writing Our Own Header Files Chapeter Summary Defined Terms Chapter3 Library Types 3.1 Namespace using Declarations 3.2 Library string Type 3.3 Library vector Type 3.4 Introducing Iteratiors 3.5 Library bitset Type Chapeter Summary Defined Terms Chapter4 Arrays and Pointers 4.1 Arrays 4.2 Introducing Pointers 4.3 C-Style Character Strings 4.4 Multidimensioned Arrays Chapeter Summary Defined Terms Chapter5 Expressions 5.1 Arithmetic Operators 5.2 Relational and Logical Operatiors 5.3 The Bitwise Operators …… Chapter6 Statements Chapter7 Functions Chapter8 The IO Library PartⅡ Containers and Algorithms Chapter9 Sequential Containers Chapter10 Associative Containers Chapter11 Generic Algorithms PartⅢ Classes and Data Abstraction Chapter12 Classes Chapter13 Copy Control Chapter14 Overloaded Operations and Conversions PartⅣ Object-Oriented and Generic Programming Chapter15 Object-Oriented Programming Chapter16 Templates and Generic Programming PartⅤ Advanced Topics Chapter17 Tools for Large Programs Chapter18 Specialized Tools and Techniques AppendixA The Library Index |