C++ Standard Library Quick Reference (Paperback)
暫譯: C++ 標準庫快速參考 (平裝本)

Peter Van Weert, Marc Gregoire

  • 出版商: Apress
  • 出版日期: 2016-06-14
  • 售價: $1,480
  • 貴賓價: 9.5$1,406
  • 語言: 英文
  • 頁數: 211
  • 裝訂: Paperback
  • ISBN: 1484218752
  • ISBN-13: 9781484218754
  • 相關分類: C++ 程式語言
  • 無法訂購

買這商品的人也買了...

相關主題

商品描述

This quick reference is a condensed reference guide to the essential data structures, algorithms, and functions provided by the C++ Standard Library. More specifically, this is a compact collection of essential classes and functions, used by C++ programmers on a daily basis. The C++ Standard Library Quick Reference features core classes for strings, I/O streams, and various generic containers, as well as a comprehensive set of algorithms to manipulate them. In recent years, the C++11 and C++14 standards have added even more efficient container classes, a new powerful regular expression library, and a portable multithreading library featuring threads, mutexes, condition variables, and atomic variables.

Needless to say, it is hard to know and remember all the possibilities, details, and intricacies of this vast and growing library. This handy reference guide is therefore indispensable to any C++ programmer. It offers a condensed, well-structured summary of all essential aspects of the C++ Standard Library, including all aforementioned functionality. No page-long, repetitive examples or obscure, rarely used features. Instead, everything you need to know and watch out for in practice is outlined in a compact, to-the-point style, interspersed with well-chosen, clarifying examples. The book does not explain the C++ language or syntax, but is accessible to anyone with basic C++ knowledge. Even the most experienced C++ programmer though will learn a thing or two from it and find it a useful memory-aid.

 
 
What You Will Learn
 
• The essentials that the C++ Standard Library has to offer
• How to use containers to efficiently store and retrieve your data
• How to use algorithms to inspect and manipulate your data

• How lambda expressions allow for elegant use of algorithms

• What the standard string class provides and how to use it
• What functionality the library provides for file and stream-based I/O
• What smart pointers are and how to use them to prevent memory leaks
• How to write safe and efficient multi-threaded code using the C++11 threading libraries
 
 
Who This Book Is For
 
 

商品描述(中文翻譯)

這本快速參考手冊是 C++ 標準庫中基本資料結構、演算法和函數的精簡參考指南。更具體地說,這是一個 C++ 程式設計師日常使用的基本類別和函數的緊湊集合。《C++ 標準庫快速參考》包含了字符串、I/O 流和各種通用容器的核心類別,以及一套全面的演算法來操作這些容器。近年來,C++11 和 C++14 標準增加了更高效的容器類別、一個強大的正則表達式庫,以及一個可攜式的多執行緒庫,該庫包含執行緒、互斥鎖、條件變數和原子變數。

不必說,了解和記住這個龐大且不斷增長的庫的所有可能性、細節和複雜性是很困難的。因此,這本方便的參考指南對任何 C++ 程式設計師來說都是不可或缺的。它提供了 C++ 標準庫所有基本方面的精簡、結構良好的摘要,包括上述所有功能。沒有冗長的重複範例或冷僻、少用的特性。相反,所有你在實踐中需要知道和注意的內容都以緊湊、直截了當的風格概述,並穿插著精心挑選的澄清範例。這本書不解釋 C++ 語言或語法,但對於具備基本 C++ 知識的人來說是可讀的。即使是最有經驗的 C++ 程式設計師也會從中學到一兩件事,並發現它是一個有用的記憶輔助工具。

你將學到的內容:

- C++ 標準庫所提供的基本要素
- 如何使用容器有效地存儲和檢索數據
- 如何使用演算法檢查和操作數據
- 如何使用 lambda 表達式優雅地使用演算法
- 標準字符串類別提供了什麼以及如何使用它
- 該庫為文件和基於流的 I/O 提供了什麼功能
- 智能指針是什麼以及如何使用它們來防止內存洩漏
- 如何使用 C++11 執行緒庫編寫安全且高效的多執行緒代碼

這本書的對象:

這本書主要針對那些希望深入了解 C++ 標準庫的程式設計師和開發者。