If you enjoyed this book, you may be interested in these other books by Packt:
C++17 STL Cookbook
Jacek Galowicz
ISBN: 978-1-78712-049-5
- 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
C++ Data Structures and Algorithms
Wisnu Anggoro
ISBN: 978-1-78883-521-3
- Know how to use arrays and lists to get better results in complex scenarios...