C++23 STL Cookbook. Master the latest C++ STL features with practical recipes for modern C++ development - Second Edition - Helion
Tytuł oryginału: C++23 STL Cookbook. Master the latest C++ STL features with practical recipes for modern C++ development - Second Edition
ISBN: 9781836204244
Format: ebook
Księgarnia: Helion
Cena książki: 139,00 zł
Książka będzie dostępna od października 2024
C++23 STL Cookbook is a comprehensive guide that provides practical solutions for mastering the latest features of the C++23 Standard Template Library (STL) through hands-on recipes.
Beginning with new features in C++23, this book will help you understand the language's updated mechanics and library features, and offer insights into how they work. Unlike other books, this cookbook takes an implementation-specific, problem-solution approach that will help you overcome hurdles quickly. You'll learn core STL concepts, such as containers, algorithms, utility classes, lambda expressions, iterators, and more, through specific real-world recipes.
Building on the success of the first edition, this updated guide includes a new chapter dedicated to the latest features introduced in C++23, such as improved modules, refined ranges, and coroutine-based generators. It also covers essential best practices for writing cleaner and more efficient code, including the use of coroutines, structured bindings, and std::span.
Whether you're looking to deepen your understanding of the C++ STL or implement the latest features in your projects, this book provides valuable insights, clear and concise explanations and practical solutions to enhance your C++ programming skills.
Zobacz także:
- Zen Steve'a Jobsa 29,67 zł, (8,90 zł -70%)
- ASP.NET MVC. Kompletny przewodnik dla programistów interaktywnych aplikacji internetowych w Visual Studio 86,77 zł, (26,90 zł -69%)
- jQuery, jQuery UI oraz jQuery Mobile. Receptury 57,74 zł, (17,90 zł -69%)
- Scratch. Komiksowa przygoda z programowaniem 36,06 zł, (11,90 zł -67%)
- Baltie. Kurs video. Poziom pierwszy. Elementarz programowania w języku wizualnym 59,00 zł, (26,55 zł -55%)
Spis treści
C++23 STL Cookbook. Master the latest C++ STL features with practical recipes for modern C++ development - Second Edition eBook -- spis treści
- 1. Introduction to New C++23 Features
- 2. Best Practices
- 3. STL Containers
- 4. STL Compatible Iterators
- 5. Lambda Expressions
- 6. STL Algorithms
- 7. Strings, Streams, and Formatting
- 8. Utility Classes
- 9. Concurrency and Parallelism
- 10. Using the File System
- 11. A Few More Ideas