C++: The Complete Reference, 4/e (Paperback)
暫譯: C++ 完整參考手冊 (第4版)

Herbert Schildt

  • 出版商: McGraw-Hill Education
  • 出版日期: 2002-12-10
  • 售價: $1,127
  • 語言: 英文
  • 頁數: 1056
  • 裝訂: Paperback
  • ISBN: 0072226803
  • ISBN-13: 9780072226805
  • 相關分類: C++ 程式語言
  • 已過版

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

商品描述

Schildts classic C++ reference--updated and expanded


The Definitive Guide to C++


Master programmer and best-selling author Herb Schildt has updated and expanded his classic reference to C++. Using expertly crafted explanations, insider tips, and hundreds of examples, Schildt explains and demonstrates every aspect of C++. Inside youll find details on the entire C++ language, including its keywords, operators, preprocessor directives, and libraries. There is even a synopsis of the extended keywords used for .NET programming. Of course, everything is presented in the clear, crisp, uncompromising style that has made Herb Schildt the choice of millions. Whether youre a beginning programmer or a seasoned pro, the answers to all your C++ questions can be found in this lasting resource.


Detailed coverage includes:



  • Data types and operators
  • Control statements
  • Functions
  • Classes and objects
  • Constructors and destructors
  • Function and operator overloading
  • Inheritance
  • Virtual functions
  • Namespaces
  • Templates
  • Exception handling
  • The I/O library
  • The Standard Template Library (STL)
  • Containers, algorithms, and iterators
  • Principles of object-oriented programming (OOP)
  • Runtime type ID (RTTI)
  • The preprocessor
  • Much, much more

            Back to top

  Part I: The Foundation of C++: The C Subset
   Ch. 1: An Overview of C
   Ch. 2: Expressions
   Ch. 3: Statements
   Ch. 4: Arrays and Null-Terminated Strings
   Ch. 5: Pointers
   Ch. 6: Functions
   Ch. 7: Structures, Unions, Enumerations, and User-Defined Types
   Ch. 8: C-Style Console I/O
   Ch. 9: File I/O
   Ch. 10: The Preprocessor and Comments

  Part II: C++
   Ch. 11: An Overview of C++
   Ch. 12: Classes and Objects
   Ch. 13: Arrays, Pointers, References, and the Dynamic Allocation Operators
   Ch. 14: Function Overloading, Copy Constructors, and Default Arguments
   Ch. 15: Operator Overloading
   Ch. 16: Inheritance
   Ch. 17: Virtual Functions and Polymorphism
   Ch. 18: Templates
   Ch. 19: Exception Handling
   Ch. 20: The C++ I/O System Basics
   Ch. 21: C++ File I/O
   Ch. 22: Run-Time Type ID and the Casting Operators
   Ch. 23: Namespaces, Conversion Functions, and Other Advanced Topics
   Ch. 24: Introducing the Standard Template Library

  Part III: The Standard Function Library
   Ch. 25: The C-Based I/O Functions
   Ch. 26: The String and Character Functions
   Ch. 27: The Mathematical Functions
   Ch. 28: Time, Date, and Localization Functions
   Ch. 29: The Dynamic Allocation Functions
   Ch. 30: Utility Functions
   Ch. 31: The Wide-Character Functions

  Part IV: The Standard C++ Class Library
   Ch. 32: The Standard C++ I/O Classes
   Ch. 33: The STL Container Classes
   Ch. 34: The STL Algorithms
   Ch. 35: STL Iterators, Allocators, and Function Objects
   Ch. 36: The String Class
   Ch. 37 The Numeric Classes
   Ch. 38: Exception Handling and Miscellaneous Classes

  Part V: Applying C++
   Ch. 39: Integrating New Classes
   Ch. 40: An Object-Oriented Expression Parser
   Ch. 41: C++ and Robotics
   Ch. 42: Converting C++ to C#

商品描述(中文翻譯)

Schildt 的經典 C++ 參考書——更新與擴充版

C++ 的權威指南

大師級程式設計師及暢銷書作者 Herb Schildt 更新並擴充了他的 C++ 經典參考書。藉由精心編寫的解釋、內部提示和數百個範例,Schildt 解釋並示範了 C++ 的各個方面。在書中,您將找到整個 C++ 語言的詳細資訊,包括其關鍵字、運算符、預處理指令和函式庫。書中甚至還包含了用於 .NET 程式設計的擴展關鍵字的概要。當然,所有內容都以清晰、簡潔且不妥協的風格呈現,這使得 Herb Schildt 成為數百萬人的首選。無論您是初學者還是資深專業人士,所有 C++ 問題的答案都可以在這本持久的資源中找到。

詳細內容包括:

- 資料類型和運算符
- 控制語句
- 函式
- 類別和物件
- 建構子和解構子
- 函式和運算符重載
- 繼承
- 虛擬函式
- 命名空間
- 模板
- 異常處理
- I/O 函式庫
- 標準模板函式庫 (STL)
- 容器、演算法和迭代器
- 物件導向程式設計 (OOP) 原則
- 執行時型別識別 (RTTI)
- 預處理器
- 更多內容

目錄
            回到頂部

第一部分:C++ 的基礎:C 子集
   第 1 章:C 的概述
   第 2 章:表達式
   第 3 章:語句
   第 4 章:陣列和以空字元結尾的字串
   第 5 章:指標
   第 6 章:函式
   第 7 章:結構、聯合、列舉和使用者定義類型
   第 8 章:C 風格的控制台 I/O
   第 9 章:檔案 I/O
   第 10 章:預處理器和註解

第二部分:C++
   第 11 章:C++ 的概述
   第 12 章:類別和物件
   第 13 章:陣列、指標、參考和動態配置運算符
   第 14 章:函式重載、複製建構子和預設參數
   第 15 章:運算符重載
   第 16 章:繼承
   第 17 章:虛擬函式和多型
   第 18 章:模板
   第 19 章:異常處理
   第 20 章:C++ I/O 系統基礎
   第 21 章:C++ 檔案 I/O
   第 22 章:執行時型別識別和轉換運算符
   第 23 章:命名空間、轉換函式和其他進階主題
   第 24 章:介紹標準模板函式庫

第三部分:標準函式庫
   第 25 章:基於 C 的 I/O 函式
   第 26 章:字串和字元函式
   第 27 章:數學函式
   第 28 章:時間、日期和本地化函式
   第 29 章:動態配置函式
   第 30 章:工具函式
   第 31 章:寬字元函式

第四部分:標準 C++ 類別庫
   第 32 章:標準 C++ I/O 類別
   第 33 章:STL 容器類別
   第 34 章:STL 演算法
   第 35 章:STL 迭代器、配置器和函式物件
   第 36 章:字串類別
   第 37 章:數值類別
   第 38 章:異常處理和其他雜項類別

第五部分:應用 C++
   第 39 章:整合新類別
   第 40 章:物件導向的表達式解析器
   第 41 章:C++ 與機器人技術
   第 42 章:將 C++ 轉換為 C#