Professional C++ (Paperback)
            
暫譯: 專業 C++
        
        Nicholas A. Solter, Scott J. Kleper
- 出版商: Wrox Press
- 出版日期: 2005-01-21
- 售價: $1,500
- 貴賓價: 9.5 折 $1,425
- 語言: 英文
- 頁數: 864
- 裝訂: Paperback
- ISBN: 0764574841
- ISBN-13: 9780764574849
- 
    相關分類:
    
      C++ 程式語言
 
已過版
買這商品的人也買了...
- 
                
                   C++ Primer, 3/e 中文版 C++ Primer, 3/e 中文版$980$774
- 
                
                   Computing Concepts With Java Essentials, 3/e Computing Concepts With Java Essentials, 3/e$1,100$1,078
- 
                
                   Operating System Concepts, 6/e (Windows XP Update) Operating System Concepts, 6/e (Windows XP Update)$1,050$1,029
- 
                
                   Visual C#.NET 程式設計經典 Visual C#.NET 程式設計經典$650$514
- 
                
                   Database Management Systems, 3/e (IE-Paperback) Database Management Systems, 3/e (IE-Paperback)$1,200$1,176
- 
                
                   作業系統概念 (Operating System Concepts, 6/e Windows XP Update) 作業系統概念 (Operating System Concepts, 6/e Windows XP Update)$780$741
- 
                
                   資料庫系統原理第三版 (Fundamentals of Database Systems, 3/e) 資料庫系統原理第三版 (Fundamentals of Database Systems, 3/e)$760$600
- 
                
                   ASP.NET 程式設計徹底研究 ASP.NET 程式設計徹底研究$590$466
- 
                
                   程式設計專家手冊 (The Practice of Programming) 程式設計專家手冊 (The Practice of Programming)$420$332
- 
                
                   CCNA Self-Study: Interconnecting Cisco Network Devices (ICND) 640-811, 640-801, 2/e CCNA Self-Study: Interconnecting Cisco Network Devices (ICND) 640-811, 640-801, 2/e$2,220$2,109
- 
                
                   SCJP‧SCJD 專業認證指南 (Sun Certified Programmer & Developer for Java 2 #310-305 與310-027) SCJP‧SCJD 專業認證指南 (Sun Certified Programmer & Developer for Java 2 #310-305 與310-027)$850$723
- 
                
                   人月神話:軟體專案管理之道 (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
- 
                
                   Project 2003 徹底研究 Project 2003 徹底研究$690$538
- 
                
                   Software Factories: Assembling Applications with Patterns, Models, Frameworks, and Tools (Paperback) Software Factories: Assembling Applications with Patterns, Models, Frameworks, and Tools (Paperback)$1,500$1,425
- 
                
                   $675LPIC 1 Exam Cram 2: Linux Professional Institute Certification Exams 101 and 102 (Paperback) $675LPIC 1 Exam Cram 2: Linux Professional Institute Certification Exams 101 and 102 (Paperback)
- 
                
                   Linux 指令詳解辭典 Linux 指令詳解辭典$650$553
- 
                
                   ASP.NET 徹底研究進階技巧─高階技巧與控制項實作 ASP.NET 徹底研究進階技巧─高階技巧與控制項實作$650$507
- 
                
                   UML 精華第三版 : 標準物件模型語言 (UML Distilled, 3/e) UML 精華第三版 : 標準物件模型語言 (UML Distilled, 3/e)$460$363
- 
                
                   實戰 PHP 5 & MySQL 5 (PHP and MySQL Web Development, 3/e) 實戰 PHP 5 & MySQL 5 (PHP and MySQL Web Development, 3/e)$680$578
- 
                
                   CSS 網頁設計師手札 (The CSS Anthology 101 Essential Tips, Tricks & Hacks) CSS 網頁設計師手札 (The CSS Anthology 101 Essential Tips, Tricks & Hacks)$450$383
- 
                
                   多媒體圖學基礎與 Web 3D 初級實作 多媒體圖學基礎與 Web 3D 初級實作$400$340
- 
                
                   8051 C 語言實作寶典 8051 C 語言實作寶典$650$585
- 
                
                   深入淺出 Java 程式設計, 2/e (Head First Java, 2/e) 深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695
- 
                
                   CSS 功能索引式參考手冊 CSS 功能索引式參考手冊$390$332
商品描述
Descriptions:
* Geared to experienced C++ developers who may not be familiar with the more advanced features of the language, and therefore are not using it to its full capabilities
* Teaches programmers how to think in C++-that is, how to design effective solutions that maximize the power of the language
* The authors drill down into this notoriously complex language, explaining poorly understood elements of the C++ feature set as well as common pitfalls to avoid
* Contains several in-depth case studies with working code that's been tested on Windows, Linux, and Solaris platforms
Table of Contents:
Introduction.Part I: Introduction to Professional C++.
Chapter 1: A Crash Course in C++.
Chapter 2: Designing Professional C++ Programs.
Chapter 3: Designing with Objects.
Chapter 4: Designing with Libraries and Patterns.
Chapter 5: Designing for Reuse.
Chapter 6: Maximizing Software-Engineering Methods.
Part II: C++ Coding the Professional Way.
Chapter 7: Coding with Style.
Chapter 8: Gaining Proficiency with Classes and Objects.
Chapter 9: Mastering Classes and Objects.
Chapter 10: Discovering Inheritance Techniques.
Chapter 11: Writing Generic Code with Templates.
Chapter 12: Understanding C++ Quirks and Oddities.
Part III: Mastering Advanced Features of C++.
Chapter 13: Effective Memory Management.
Chapter 14: Demystifying C++ I/O.
Chapter 15: Handling Errors.
Part IV: Ensuring Bug-Free Code.
Chapter 16: Overloading C++ Operators.
Chapter 17: Writing Efficient C++.
Chapter 18: Developing Cross-Platform and Cross-Language Applications.
Chapter 19: Becoming Adept at Testing.
Chapter 20: Conquering Debugging.
Chapter 21: Delving into the STL: Containers and Iterators.
Part V: Using Libraries and Patterns.
Chapter 22: Mastering STL Algorithms and Function Objects.
Chapter 23: Customizing and Extending the STL.
Chapter 24: Exploring Distributed Objects.
Chapter 25: Incorporating Techniques and Frameworks.
Chapter 26: Applying Design Patterns.
Appendix A: C++ Interviews.
Appendix B: Annotated Bibliography.
Index.
商品描述(中文翻譯)
描述:
* 本書針對有經驗的 C++ 開發者,這些開發者可能對語言的進階特性不太熟悉,因此未能充分利用其能力。
* 教導程式設計師如何以 C++ 的思維進行設計,即如何設計有效的解決方案,以最大化語言的威力。
* 作者深入探討這個以複雜著稱的語言,解釋 C++ 特性集中不易理解的元素以及常見的陷阱。
* 包含幾個深入的案例研究,並提供在 Windows、Linux 和 Solaris 平台上測試過的可運行代碼。
目錄:
引言。
第一部分:專業 C++ 簡介。
第 1 章:C++ 快速入門。
第 2 章:設計專業 C++ 程式。
第 3 章:物件導向設計。
第 4 章:使用函式庫和模式進行設計。
第 5 章:設計可重用的程式。
第 6 章:最大化軟體工程方法。
第二部分:專業的 C++ 編碼方式。
第 7 章:風格化編碼。
第 8 章:熟練掌握類別和物件。
第 9 章:精通類別和物件。
第 10 章:發現繼承技術。
第 11 章:使用模板編寫通用代碼。
第 12 章:理解 C++ 的怪癖和特性。
第三部分:精通 C++ 的進階特性。
第 13 章:有效的記憶體管理。
第 14 章:揭開 C++ 輸入/輸出的神秘面紗。
第 15 章:錯誤處理。
第四部分:確保無錯誤的代碼。
第 16 章:重載 C++ 運算子。
第 17 章:編寫高效的 C++。
第 18 章:開發跨平台和跨語言的應用程式。
第 19 章:熟練掌握測試。
第 20 章:征服除錯。
第 21 章:深入 STL:容器和迭代器。
第五部分:使用函式庫和模式。
第 22 章:精通 STL 演算法和函式物件。
第 23 章:自訂和擴展 STL。
第 24 章:探索分散式物件。
第 25 章:整合技術和框架。
第 26 章:應用設計模式。
附錄 A:C++ 面試。
附錄 B:註釋書目。
索引。

 
    
 
     
     
    
 
     
     
     
     
     
     
     
    
 
     
     
     
     
     
     
     
     
    
 
    