The C++ Standard Library: A Tutorial and Reference, 2/e (Hardcover)
暫譯: C++ 標準庫:教程與參考,第 2 版 (精裝本)
Nicolai M. Josuttis
- 出版商: Addison Wesley
- 出版日期: 2012-03-30
- 定價: $3,150
- 售價: 9.5 折 $2,993
- 語言: 英文
- 頁數: 1136
- 裝訂: Hardcover
- ISBN: 0321623215
- ISBN-13: 9780321623218
-
相關分類:
C++ 程式語言
-
相關翻譯:
C++ 標準庫, 2/e (簡中版)
C++ 標準庫-學習教本與參考工具, 2/e (書側有些許黴斑,不介意下單) (繁中版)
立即出貨(限量) (庫存=1)
買這商品的人也買了...
-
C++ Algorithms for Digital Signal Processing, 2/e$3,590$3,411 -
C++ 設計新思維 (Modern C++ Design: Generic Programming and Design Patterns Applied)$650$514 -
深入淺出設計模式 (Head First Design Patterns)$880$695 -
Effective C++, 3/e (中文版) (Effective C++: 55 Specific Ways to Improve Your Programs and Designs, 3/e)$500$450 -
C 語言教學手冊, 4/e$620$490 -
Operating Systems Design and Implementation, 3/e (IE-Paperback)$1,250$1,225 -
Elementary Linear Algebra with Supplemental Applications, 10/e (Paperback)$1,400$1,372 -
C++ Concurrency in Action: Practical Multithreading (Paperback)$2,340$2,223 -
C++ Primer Plus, 6/e (Paperback)$2,400$2,280 -
Android 4.X 手機/平板電腦程式設計入門、應用到精通, 2/e (適用 Android 1.X~4.X)$520$411 -
JavaScript 大全, 6/e (JavaScript: The Definitive Guide: Activate Your Web Pages, 6/e)$1,200$948 -
笑談軟體工程:敏捷開發法的逆襲-導入 Scrum,讓你的軟體開發人生從黑白變彩色!$550$435 -
實戰雲端作業系統建置與維護-VMware vSphere 5 虛擬化全面啟動
$680$537 -
Java 7 教學手冊, 5/e$650$553 -
C++ Primer, 5/e (Paperback)$2,580$2,451 -
Debug Hacks 除錯駭客 -- 極致除錯的技巧與工具$580$458 -
Introduction to Java Programming : Comprehensive Version, 9/e (IE-Paperback)$1,400$1,372 -
無瑕的程式碼 - 敏捷軟體開發技巧守則 (Clean Code: A Handbook of Agile Software Craftsmanship)$580$452 -
超圖解 Arduino 互動設計入門 (附 Arduino UNO R3 開發板)$1,130$961 -
易讀程式之美學-提升程式碼可讀性的簡單法則 (The Art of Readable Code)$480$379 -
The C Programming Language, 2/e (Paperback)$2,530$2,479 -
The C++ Programming Language, 4/e (Hardcover)$3,300$3,234 -
最新網路概論, 14/e$540$486 -
C: How to Program, 8/e (IE-Paperback)$1,900$1,862 -
Sams Teach Yourself C++ in One Hour a Day, 8/e (Paperback)$1,770$1,682
商品描述
The Best-Selling C++ Resource
Now Updated for C++11
The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components–and to benefit from their power–you need a resource that does far more than list the classes and their functions.
The C++ Standard Library: A Tutorial and Reference, Second Edition, describes this library as now incorporated into the new ANSI/ISO C++ language standard (C++11). The book provides comprehensive documentation of each library component, including an introduction to its purpose and design; clearly written explanations of complex concepts; the practical programming details needed for effective use; traps and pitfalls; the exact signature and definition of the most important classes and functions; and numerous examples of working code. The book focuses in particular on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms.
The book covers all the new C++11 library components, including
- Concurrency
- Fractional arithmetic
- Clocks and timers
- Tuples
- New STL containers
- New STL algorithms
- New smart pointers
- New locale facets
- Random numbers and distributions
- Type traits and utilities
- Regular expressions
The book also examines the new C++ programming style and its effect on the standard library, including lambdas, range-based for loops, move semantics, and variadic templates.
An accompanying Web site, including source code, can be found at www.cppstdlib.com.
商品描述(中文翻譯)
最暢銷的 C++ 資源
現已更新至 C++11
C++ 標準庫提供了一組常用的類別和介面,極大地擴展了核心 C++ 語言。然而,這個庫並不是自我解釋的。要充分利用其組件並受益於它們的強大功能,您需要一個資源,這個資源不僅僅是列出類別及其函數。
C++ 標準庫:教程與參考(第二版) 描述了這個庫,現在已納入新的 ANSI/ISO C++ 語言標準(C++11)。本書提供了每個庫組件的全面文檔,包括其目的和設計的介紹;對複雜概念的清晰解釋;有效使用所需的實用編程細節;陷阱和注意事項;最重要的類別和函數的確切簽名和定義;以及大量可運行代碼的示例。本書特別關注標準模板庫(STL),探討容器、迭代器、函數對象和 STL 算法。
本書涵蓋了所有新的 C++11 庫組件,包括:
- 並發
- 分數運算
- 時鐘和計時器
- 元組
- 新的 STL 容器
- 新的 STL 算法
- 新的智能指針
- 新的區域面
- 隨機數和分佈
- 類型特徵和工具
- 正則表達式
本書還探討了新的 C++ 編程風格及其對標準庫的影響,包括 lambda 表達式、基於範圍的 for 迴圈、移動語義和可變參數模板。
附帶的網站,包括源代碼,可以在 www.cppstdlib.com 找到。
