買這商品的人也買了...
- 
                
                   Visual C++ 6 教學手冊 (Beginning Visual C++ 6) Visual C++ 6 教學手冊 (Beginning Visual C++ 6)$580$458
- 
                
                   計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e) 計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)$680$537
- 
                
                   Java 2 24 小時自學手冊 (Sams Teach Yourself Java 2 in 24 Hours) Java 2 24 小時自學手冊 (Sams Teach Yourself Java 2 in 24 Hours)$199$189
- 
                
                   C++ Primer, 3/e 中文版 C++ Primer, 3/e 中文版$980$774
- 
                
                   PhotoImpact 7 帶了就走-大玩影像特效 PhotoImpact 7 帶了就走-大玩影像特效$168$133
- 
                
                   LPI Linux 資格檢定 (LPI Linux Certification in a Nutshell) LPI Linux 資格檢定 (LPI Linux Certification in a Nutshell)$880$695
- 
                
                   Understanding the Linux Kernel, 2/e (Paperback) Understanding the Linux Kernel, 2/e (Paperback)$1,760$1,672
- 
                
                   C++ Builder 6 完全攻略 C++ Builder 6 完全攻略$690$587
- 
                
                   作業系統概念 (Operating System Concepts, 6/e Windows XP Update) 作業系統概念 (Operating System Concepts, 6/e Windows XP Update)$780$741
- 
                
                   ASP.NET 程式設計徹底研究 ASP.NET 程式設計徹底研究$590$466
- 
                
                   精通 Visual Basic.NET 中文版黑皮書 (Visual Basic.NET Black Book) 精通 Visual Basic.NET 中文版黑皮書 (Visual Basic.NET Black Book)$750$585
- 
                
                   Windows Server 2003 網路與 IIS 架站指南 Windows Server 2003 網路與 IIS 架站指南$680$537
- 
                
                   STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework) STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)$690$538
- 
                
                   重構─改善既有程式的設計 重構─改善既有程式的設計$720$569
- 
                
                   鳥哥的 Linux 私房菜-伺服器架設篇 鳥哥的 Linux 私房菜-伺服器架設篇$750$638
- 
                
                   鳥哥的 Linux 私房菜─基礎學習篇增訂版 鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476
- 
                
                   人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e) 人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379
- 
                
                   JSP 2.0 技術手冊 JSP 2.0 技術手冊$750$593
- 
                
                   ASP.NET 徹底研究進階技巧─高階技巧與控制項實作 ASP.NET 徹底研究進階技巧─高階技巧與控制項實作$650$507
- 
                
                   Reversing: Secrets of Reverse Engineering (Paperback) Reversing: Secrets of Reverse Engineering (Paperback)$1,300$1,235
- 
                
                   Head First Servlets & JSP:SCWCD 專業認證指南 (Head First Servlets & JSP) Head First Servlets & JSP:SCWCD 專業認證指南 (Head First Servlets & JSP)$880$748
- 
                
                   深入淺出 Java 程式設計, 2/e (Head First Java, 2/e) 深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695
- 
                
                   C in a Nutshell (Paperback) C in a Nutshell (Paperback)$1,470$1,397
- 
                
                   C++ 教學手冊, 3/e C++ 教學手冊, 3/e$640$544
- 
                
                   HTML5、CSS3、JavaScript、jQuery、Ajax、RWD 網頁程式設計, 6/e HTML5、CSS3、JavaScript、jQuery、Ajax、RWD 網頁程式設計, 6/e$520$411
商品描述
C++ in a Nutshell packs an enormous amount of information on C++ (and the many libraries used with it) in an indispensable quick reference for those who live in a deadline-driven world and need the facts but not the frills. Cross-references link related methods, classes, and other key features. This is an ideal resource for students as well as professional programmers.
Table of Contents
Preface
1. Language Basics
Compilation Steps
Tokens
Comments
Character Sets
Alternative Tokens
Trigraphs2. Declarations
Declarations and Definitions
Scope
Name Lookup
Linkage
Type Declarations
Object Declarations
Namespaces3. Expressions
Lvalues and Rvalues
Type Conversions
Constant Expressions
Expression Evaluation
Expression Rules4. Statements
Expression Statements
Declarations
Compound Statements
Selections
Loops
Control Statements
Handling Exceptions5. Functions
Function Declarations
Function Definitions
Function Overloading
Operator Overloading
The main Function6. Classes
Class Definitions
Data Members
Member Functions
Inheritance
Access Specifiers
Friends
Nested Types7. Templates
Overview of Templates
Template Declarations
Function Templates
Class Templates
Specialization
Partial Specialization
Instantiation
Name Lookup
Tricks with Templates
Compiling Templates8. Standard Library
Overview of the Standard Library
C Library Wrappers
Wide and Multibyte Characters
Traits and Policies
Allocators
Numerics9. Input and Output
Introduction to I/O Streams
Text I/O
Binary I/O
Stream Buffers
Manipulators
Errors and Exceptions10. Containers, Iterators, and Algorithms
Containers
Iterators
Algorithms11. Preprocessor Reference
12. Language Reference
13. Library Reference
A. Compiler Extensions
B. Projects
Glossary
Index
商品描述(中文翻譯)
《C++ 精要》提供了大量有關 C++(及其使用的多個函式庫)的資訊,是一部對於生活在截止日期驅動世界中的人們來說不可或缺的快速參考資料,能夠提供事實而非繁瑣的內容。交叉引用連結相關的方法、類別及其他關鍵特性。這是學生和專業程式設計師的理想資源。
目錄
前言
1. 語言基礎
   - 編譯步驟
   - 標記
   - 註解
   - 字元集
   - 替代標記
   - 三元組
2. 宣告
   - 宣告與定義
   - 範圍
   - 名稱查找
   - 連結
   - 類型宣告
   - 物件宣告
   - 命名空間
3. 表達式
   - 左值與右值
   - 類型轉換
   - 常數表達式
   - 表達式評估
   - 表達式規則
4. 語句
   - 表達式語句
   - 宣告
   - 複合語句
   - 選擇
   - 迴圈
   - 控制語句
   - 處理例外
5. 函式
   - 函式宣告
   - 函式定義
   - 函式重載
   - 運算子重載
   - main 函式
6. 類別
   - 類別定義
   - 資料成員
   - 成員函式
   - 繼承
   - 存取修飾符
   - 友元
   - 嵌套類型
7. 模板
   - 模板概述
   - 模板宣告
   - 函式模板
   - 類別模板
   - 特化
   - 部分特化
   - 實例化
   - 名稱查找
   - 模板技巧
   - 編譯模板
8. 標準函式庫
   - 標準函式庫概述
   - C 函式庫包裝
   - 寬字元與多位元組字元
   - 特性與政策
   - 配置器
   - 數值
9. 輸入與輸出
   - I/O 流介紹
   - 文本 I/O
   - 二進位 I/O
   - 流緩衝區
   - 操作符
   - 錯誤與例外
10. 容器、迭代器與演算法
   - 容器
   - 迭代器
   - 演算法
11. 預處理器參考
12. 語言參考
13. 函式庫參考
A. 編譯器擴展
B. 專案
詞彙表
索引

 
    
 
     
     
     
     
    
 
     
     
    