Herb Schildt's C++ Programming Cookbook
暫譯: 赫伯·希爾德的 C++ 程式設計食譜
Herbert Schildt
- 出版商: McGraw-Hill Education
- 出版日期: 2008-01-01
- 售價: $2,590
- 貴賓價: 9.5 折 $2,461
- 語言: 英文
- 頁數: 509
- 裝訂: Paperback
- ISBN: 007148860X
- ISBN-13: 9780071488600
-
相關分類:
C++ 程式語言
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$990Inside XML (Paperback)
-
$2,100$1,995 -
$1,050$998 -
$399Relational Database Design Clearly Explained, 2/e (Paperback)
-
$1,575$1,496 -
$972The Definitive Guide to Samba 3 (Paperback)
-
$1,700$1,615 -
$350$277 -
$990$891 -
$600$480 -
$1,500$1,470 -
$1,180$1,003 -
$620$490 -
$620$490 -
$620$490 -
$680$578 -
$450$351 -
$720$569 -
$490$387 -
$740$585 -
$299JavaScript: The Missing Manual
-
$1,575$1,544 -
$1,050Microsoft SQL Server 2008 Internals (Paperback)
-
$520$411 -
$840Statistical Analysis: Microsoft Excel 2010 (Paperback)
相關主題
商品描述
Your Ultimate "How-To" Guide to C++ Programming!
Legendary programming author Herb Schildt shares some of his favorite programming techniques in this high-powered C++ "cookbook." Organized for quick reference, each "recipe" shows how to accomplish a practical programming task. A recipe begins with a list of key ingredients (classes, functions, and headers) followed by step-by-step instructions that show how to assemble them into a complete solution. Detailed discussions explain the how and why behind each step, and a full code example puts the recipe into action. Each recipe ends with a list of options and alternatives that suggest ways to adapt the technique to fit a variety of situations. Whether you're a beginner or an experienced pro, you'll find recipes that are sure to satisfy your C++ programming appetite!
Topics include:
String Handling · Standard Template Library (STL) Containers · Algorithms · Function Objects · Binders · Negators · Adaptors · Iterators · I/O · Formatting Data
Learn how to:
- Tokenize a null-terminated string
- Create a search and replace function for strings
- Implement subtraction for string objects
- Use the vector, deque, and list sequence containers
- Use the container adaptors stack, queue, and priority_queue
- Use the map, multimap, set, and multiset associative containers
- Reverse, rotate, and shuffle a sequence
- Create a function object
- Use binders, negators, and iterator adapters
- Read and write files
- Use stream iterators to handle file I/O
- Use exceptions to handle I/O errors
- Create custom inserters and extractors
- Format date, time, and numeric data
- Use facets and the localization library
- Overload the [ ], ( ), and -> operators
- Create an explicit constructor
- And much, much more
商品描述(中文翻譯)
您的終極「如何做」C++ 程式設計指南!
傳奇程式設計作者 Herb Schildt 在這本高效能的 C++ 「食譜書」中分享了他的一些最愛程式設計技巧。這本書經過快速參考的組織,每個「食譜」展示了如何完成一個實用的程式設計任務。每個食譜以關鍵成分(類別、函數和標頭)的清單開始,接著是逐步的指示,顯示如何將它們組合成一個完整的解決方案。詳細的討論解釋了每一步的如何和為什麼,完整的程式碼範例則將食譜付諸實行。每個食譜結尾都有選項和替代方案的清單,建議如何調整技術以適應各種情況。無論您是初學者還是經驗豐富的專業人士,您都會找到滿足您 C++ 程式設計需求的食譜!
主題包括:
字串處理 · 標準模板庫 (STL) 容器 · 演算法 · 函數物件 · 綁定器 · 否定器 · 適配器 · 迭代器 · 輸入/輸出 · 數據格式化
學習如何:
- 將以 null 結尾的字串進行標記化
- 為字串創建搜尋和替換函數
- 實現對 string 物件的減法
- 使用 vector、deque 和 list 序列容器
- 使用容器適配器 stack、queue 和 priority_queue
- 使用 map、multimap、set 和 multiset 關聯容器
- 反轉、旋轉和洗牌序列
- 創建函數物件
- 使用綁定器、否定器和迭代器適配器
- 讀取和寫入檔案
- 使用流迭代器處理檔案 I/O
- 使用例外處理 I/O 錯誤
- 創建自定義插入器和提取器
- 格式化日期、時間和數字數據
- 使用面向和本地化庫
- 重載 [ ]、( ) 和 -> 運算子
- 創建顯式建構子
- 還有更多更多內容