C++17 STL Cookbook
暫譯: C++17 STL 食譜
Jacek Galowicz
- 出版商: Packt Publishing
- 出版日期: 2017-06-28
- 定價: $1,700
- 售價: 8.0 折 $1,360
- 語言: 英文
- 頁數: 532
- 裝訂: Paperback
- ISBN: 178712049X
- ISBN-13: 9781787120495
-
相關分類:
C++ 程式語言
立即出貨 (庫存=1)
買這商品的人也買了...
-
$2,280Working Effectively with Legacy Code (Paperback)
-
$1,560Physically Based Rendering : From Theory To Implementation, 2/e (Hardcover)
-
$420$332 -
$320$250 -
$480$379 -
$650$507 -
$281程序員修煉之道 :從小工到專家 (The Pragmatic Programmer: From Journeyman to Master)
-
$680$537 -
$250解讀 NoSQL
-
$773$734 -
$450$383 -
$1,617Deep Learning (Hardcover)
-
$580$458 -
$680$578 -
$708Python Programming with Raspberry Pi
-
$2,200$2,090 -
$825Python Machine Learning By Example
-
$301Node.js 區塊鏈開發
-
$2,000$1,900 -
$2,200$2,090 -
$1,980$1,881 -
$948$901 -
$990Jenkins 2.x Continuous Integration Cookbook - Third Edition
-
$1,564Microsoft Visual C# Step by Step (9th Edition)
-
$602Boost 程序庫完全開發指南 ― 深入 C++ ”準”標準庫, 5/e
相關主題
商品描述
Key Features
- Learn the latest features of C++ and how to write better code by using the Standard Library (STL). Reduce the development time for your applications.
- Understand the scope and power of STL features to deal with real-world problems.
- Compose your own algorithms without forfeiting the simplicity and elegance of the STL way.
Book Description
C++ has come a long way and is in use in every area of the industry. Fast, efficient, and flexible, it is used to solve many problems. The upcoming version of C++ will see programmers change the way they code. If you want to grasp the practical usefulness of the C++17 STL in order to write smarter, fully portable code, then this book is for you.
Beginning with new language features, this book will help you understand the language's mechanics and library features, and offers insight into how they work. Unlike other books, ours takes an implementation-specific, problem-solution approach that will help you quickly overcome hurdles. You will learn the core STL concepts, such as containers, algorithms, utility classes, lambda expressions, iterators, and more, while working on practical real-world recipes. These recipes will help you get the most from the STL and show you how to program in a better way.
By the end of the book, you will be up to date with the latest C++17 features and save time and effort while solving tasks elegantly using the STL.
What you will learn
- Learn about the new core language features and the problems they were intended to solve
- Understand the inner workings and requirements of iterators by implementing them
- Explore algorithms, functional programming style, and lambda expressions
- Leverage the rich, portable, fast, and well-tested set of well-designed algorithms provided in the STL
- Work with strings the STL way instead of handcrafting C-style code
- Understand standard support classes for concurrency and synchronization, and how to put them to work
- Use the filesystem library addition available with the C++17 STL
About the Author
Jacek Galowicz obtained his master of science in electrical engineering/computer engineering at RWTH Aachen University, Germany. While at university, he enjoyed working as a student assistant in teaching and research, and he participated in several scientific publications. During and after his studies, he worked as a freelancer and implemented applications as well as kernel drivers in C and C++, touching various areas, including 3D graphics programming, databases, network communication, and physics simulation. In recent years, he has been programming performance- and security-sensitive microkernel operating systems for Intel x86 virtualization at Intel and FireEye in Braunschweig, Germany. He has a strong passion for modern C++ implementations of low-level software, and he tries hard to combine high performance with an elegant coding style. Learning purely functional programming and Haskell in recent years triggered his drive to implement generic code with the aid of meta programming.
Table of Contents
- The New C++17 Features
- STL Containers
- Iterators
- Lambda Expressions
- STL Algorithm Basics
- Advanced Use of STL Algorithms
- Strings, Stream Classes, and Regular Expressions
- Utility Classses
- Parallelism and Concurrency
- Filesystem
商品描述(中文翻譯)
**主要特點**
- 學習 C++ 的最新特性,並透過使用標準庫 (STL) 來撰寫更好的程式碼。減少應用程式的開發時間。
- 理解 STL 特性的範圍和威力,以應對現實世界的問題。
- 在不失去 STL 簡潔和優雅的情況下,編寫自己的演算法。
**書籍描述**
C++ 已經走過了漫長的歷程,並在各行各業中被廣泛使用。快速、高效且靈活,它被用來解決許多問題。即將推出的 C++ 版本將使程式設計師改變他們的編碼方式。如果你想掌握 C++17 STL 的實用性,以便撰寫更智能、完全可攜帶的程式碼,那麼這本書就是為你而寫的。
本書從新的語言特性開始,幫助你理解語言的機制和庫特性,並提供它們如何運作的見解。與其他書籍不同,我們的書採取了特定實現的問題解決方法,幫助你快速克服障礙。你將學習核心 STL 概念,如容器、演算法、工具類別、lambda 表達式、迭代器等,同時進行實際的現實世界範例。這些範例將幫助你充分利用 STL,並展示如何以更好的方式進行編程。
在書籍結束時,你將掌握最新的 C++17 特性,並在使用 STL 優雅地解決任務時節省時間和精力。
**你將學到的內容**
- 了解新的核心語言特性及其旨在解決的問題
- 通過實現迭代器來理解其內部運作和要求
- 探索演算法、函數式編程風格和 lambda 表達式
- 利用 STL 提供的豐富、可攜帶、快速且經過良好測試的設計良好的演算法集
- 以 STL 的方式處理字串,而不是手工編寫 C 風格的程式碼
- 理解標準支援類別以進行併發和同步,以及如何將其投入使用
- 使用 C++17 STL 中可用的檔案系統庫擴展
**關於作者**
**Jacek Galowicz** 在德國亞琛工業大學獲得電機工程/計算機工程碩士學位。在大學期間,他喜歡擔任教學和研究的學生助理,並參與了幾篇科學出版物。在學習期間及之後,他作為自由工作者實現了應用程式以及用 C 和 C++ 編寫的核心驅動程式,涉及多個領域,包括 3D 圖形編程、數據庫、網絡通信和物理模擬。近年來,他在德國布倫斯維克的英特爾和 FireEye 編寫針對 Intel x86 虛擬化的性能和安全敏感的微內核操作系統。他對現代 C++ 的低層軟體實現充滿熱情,並努力將高性能與優雅的編碼風格結合起來。近年來學習純函數式編程和 Haskell 促使他實現通用程式碼,並利用元編程的幫助。
**目錄**
1. 新的 C++17 特性
2. STL 容器
3. 迭代器
4. Lambda 表達式
5. STL 演算法基礎
6. STL 演算法的進階使用
7. 字串、流類別和正則表達式
8. 工具類別
9. 平行性和併發
10. 檔案系統