- Mastering the C++17 STL
- Arthur O'Dwyer
- 189字
- 2021-07-08 10:20:17
What this book covers
Chapter 1, Classical Polymorphism and Generic Programming, covers classical polymorphism (virtual member functions) and generic programming (templates).
Chapter 2, Iterators and Ranges, explains the concept of iterator as a generalization of pointer, and the utility of half-open ranges expressed as a pair of iterators.
Chapter 3, The Iterator-Pair Algorithms, explores the vast variety of standard generic algorithms that operate on ranges expressed as iterator-pairs.
Chapter 4, The Container Zoo, explores the almost equally vast variety of standard container class templates, and which containers are suitable for which jobs.
Chapter 5, Vocabulary Types, walks you through algebraic types such as std::optional. and ABI-friendly type-erased types such as std::function.
Chapter 6, Smart Pointers, teaches the purpose and use of smart pointers.
Chapter 7, Concurrency, covers atomics, mutexes, condition variables, threads, futures, and promises.
Chapter 8, Allocators, explains the new features of C++17's <memory_resource> header.
Chapter 9, Iostreams, explores the evolution of the C++ I/O model, from <unistd.h> to <stdio.h> to <iostream>.
Chapter 10, Regular Expressions, teaches regular expressions in C++.
Chapter 11, Random Numbers, walks you through C++'s support for pseudo-random number generation.
Chapter 12, Filesystem, covers the new-in-C++17 <filesystem> library.
- 一步一步學(xué)Spring Boot 2:微服務(wù)項(xiàng)目實(shí)戰(zhàn)
- 信息可視化的藝術(shù):信息可視化在英國(guó)
- HBase從入門到實(shí)戰(zhàn)
- Selenium Design Patterns and Best Practices
- Python Geospatial Development(Second Edition)
- Visual Basic程序設(shè)計(jì)教程
- Blender 3D Incredible Machines
- iOS應(yīng)用逆向工程(第2版)
- VMware虛擬化技術(shù)
- Express Web Application Development
- Programming with CodeIgniterMVC
- C編程技巧:117個(gè)問題解決方案示例
- OpenCV Android Programming By Example
- Java程序設(shè)計(jì)教程
- H5+移動(dòng)營(yíng)銷設(shè)計(jì)寶典