Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
C++20 STL Cookbook
Bill Weinman
ISBN: 978-1-80324-871-4
- Understand the new language features and the problems they can solve
- Implement generic features of the STL with practical examples
- Understand standard support classes for concurrency and synchronization
- Perform efficient memory management using the STL
- Implement seamless formatting using std::format
- Work with strings the STL way instead of handcrafting C-style code
CMake Best Practices
Dominik Berner, Mustafa Kemal Gilor
ISBN: 978-1-80323-972-9
- Get to grips with architecting a well-structured CMake project
- Modularize and reuse CMake code across projects
- Integrate various tools for static analysis, linting, formatting, and documentation into a CMake project
- Get hands-on with performing cross-platform builds
- Discover how you can easily use different...