C++ Programmer's Notebook, 2/e
Jim Keogh, James Edward Keogh, John Shapley Gray
- 出版商: Prentice Hall
- 出版日期: 2001-08-16
- 售價: $1,340
- 貴賓價: 9.5 折 $1,273
- 語言: 英文
- 頁數: 508
- 裝訂: Paperback
- ISBN: 0130887013
- ISBN-13: 9780130887016
-
相關分類:
C++ 程式語言
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$2,176Refactoring: Improving the Design of Existing Code (Hardcover)
-
$893Your UNIX: The Ultimate Guide (Paperback)
-
$2,170$2,062 -
$1,840$1,748 -
$1,090$1,068 -
$1,575$1,496 -
$1,890$1,796 -
$750$638 -
$750$675 -
$560$504 -
$1,078Power System Analysis, 2/e (Paperback)
-
$820$697 -
$680$646 -
$880$581 -
$1,980$1,881 -
$580$493 -
$390$332 -
$1,340$1,273 -
$650$507 -
$299How Customers Think: Essential Insights into the Mind of the Market (Hardcover)
-
$1,180$1,121 -
$620$608 -
$350$277 -
$600$480 -
$880$695
相關主題
商品描述
- Learn C++ fast! Real code, thoroughly explained-and ready to use!
- Completely updated with over 200 new examples
- All the fundamentals: variables, operators, arrays, functions, program control, I/O, files, streams, memory management, sorts, searches, and more
- Advanced topics: data structures, templates, string classes, and exception handling
- See the code and put it to work—fast, easy, and hands on
C++ Programmer's Notebook, Second Edition teaches C++ the way you want to learn it: with real code! This quick, visual tutorial presents hundreds of annotated "snapshots" of working code, covering all the C++ concepts and techniques you need—and delivering specific solutions you can use right now!
Practical, comprehensive coverage includes:
- Variables, operators, expressions, arrays, and C-style strings
- Structures, functions, and program control
- Objects, classes, overloading, inheritance, and pointers
- Virtual and friend functions
- I/O, files, streams, and memory management
- Sorts and searches
- Data structures and templates
- String classes and exception handling
- Quality checklists for building robust, high-performance code!
Completely updated with over 200 new examples, C++ Programmer's Notebook, Second Edition is the perfect starting point for new C++ developers-and the perfect reference for experienced C++ developers looking for quick solutions!
Table of Contents
Preface.
1. Working with Variables.
2. Working with Operators and Expressions.
3. Working with Arrays and C-Style Strings.
4. Working with Structures.
5. Working with Functions.
6. Working with Program Control.
7. Working with Objects and Classes.
8. Working with Overloading.
9. Working with Inheritance.
10. Working with Pointers.
11. Working with Virtual and Friend Functions.
12. Working with Keyboard Input and Screen Output.
13. Working with Files and Streams.
14. Working with Memory Management.
15. Working with Sorting and Searching Data.
16. Working with Data Structures.
17. Working with Templates.
18. Working with Assertions and Exceptions.
Appendix A: A User-Defined String Class.
Appendix B: Keeping Current.
Appendix C: Programmer's Checklist.
Appendix D: ASCII Codes.
Index.
商品描述(中文翻譯)
學習C++快速!真實的程式碼,詳細解釋並準備好使用!
超過200個新範例的完全更新
所有基礎知識:變數、運算符、陣列、函數、程式控制、輸入/輸出、檔案、串流、記憶體管理、排序、搜尋等等
進階主題:資料結構、範本、字串類別和例外處理
查看程式碼並快速上手使用
《C++程式設計師筆記本,第二版》以您想要學習的方式教授C++:使用真實的程式碼!這本快速、視覺化的教學書提供了數百個註解的工作程式碼快照,涵蓋了您需要的所有C++概念和技巧,並提供您可以立即使用的具體解決方案!
實用、全面的內容包括:
變數、運算符、運算式、陣列和C風格字串
結構、函數和程式控制
物件、類別、重載、繼承和指標
虛擬和友元函數
輸入/輸出、檔案、串流和記憶體管理
排序和搜尋
資料結構和範本
字串類別和例外處理
建立堅固、高效能程式碼的品質檢查清單!
《C++程式設計師筆記本,第二版》完全更新,新增了超過200個新範例,是新手C++開發人員的完美起點,也是經驗豐富的C++開發人員尋找快速解決方案的完美參考!
目錄:
前言
1. 使用變數
2. 使用運算符和運算式
3. 使用陣列和C風格字串