Game Audio Programming 4. Principles and Practices
https://www.routledge.com/Game-Audio-Programming-4-Principles-and-Practices/Somberg/p/book/9781032361079
https://www.routledge.com/Game-Audio-Programming-4-Principles-and-Practices/Somberg/p/book/9781032361079
Routledge & CRC Press
Game Audio Programming 4: Principles and Practices
Welcome to the fourth volume of Game Audio Programming: Principles and Practices – the first series of its kind dedicated to the art, science, and craft of game audio programming. This volume contains 17 chapters from some of the top game audio programmers…
Data Structures and Algorithms with the C++ STL #book
https://www.packtpub.com/product/data-structures-and-algorithms-with-the-c-stl/9781835468555
https://www.packtpub.com/product/data-structures-and-algorithms-with-the-c-stl/9781835468555
Packt
Data Structures and Algorithms with the C++ STL | Packt
Explore the C++ 23 STL with practical guidance on vectors, algorithms, and custom types for intermediate developers, enriched by real-world examples.
Modern C++ Programming Cookbook 3rd Edition #book
https://www.packtpub.com/product/modern-c-programming-cookbook-third-edition/9781835080542
https://www.packtpub.com/product/modern-c-programming-cookbook-third-edition/9781835080542
Packt
Modern C++ Programming Cookbook - Third Edition | Packt
Packed with practical recipes, explore the latest advancements in C++, optimize performance, and gain insights into essential techniques though this comprehensive guide.
Purchase of the print or Kindle book includes a free eBook in PDF format.
Purchase of the print or Kindle book includes a free eBook in PDF format.
Making Embedded Systems, 2nd ed. #book
https://www.oreilly.com/library/view/making-embedded-systems/9781098151539/
https://www.oreilly.com/library/view/making-embedded-systems/9781098151539/
O’Reilly Online Learning
Making Embedded Systems, 2nd Edition
Interested in developing embedded systems? Since they don't tolerate inefficiency, these systems require a disciplined approach to programming. This easy-to-read guide helps you... - Selection from Making Embedded Systems, 2nd Edition [Book]
C++ Programming Cookbook #book
Proven solutions using C++ 20 across functions, file I/O, streams, memory management, STL, concurrency, type manipulation and error debugging
https://leanpub.com/cprogrammingcookbook
Proven solutions using C++ 20 across functions, file I/O, streams, memory management, STL, concurrency, type manipulation and error debugging
https://leanpub.com/cprogrammingcookbook
Leanpub
C++ Programming Cookbook
Proven solutions of C++ 20 across functions, file I/O, streams, memory management, STL, concurrency, type manipulation and error debugging
C++ High Performance for Financial Systems #book
https://www.packtpub.com/product/c-high-performance-for-financial-systems/9781805124528
https://www.packtpub.com/product/c-high-performance-for-financial-systems/9781805124528
Packt
C++ High Performance for Financial Systems | Packt
An in-depth guide covering system architecture, low-latency strategies, risk management, and machine learning for experienced programmers looking to enter the financial industry and build high-performance trading systems
Qt 6 C++ GUI Programming Cookbook 3rd ed. #book
https://www.packtpub.com/product/qt-6-c-gui-programming-cookbook-third-edition/9781805122630
https://www.packtpub.com/product/qt-6-c-gui-programming-cookbook-third-edition/9781805122630
Packt
Qt 6 C++ GUI Programming Cookbook - Third Edition | Packt
Use Qt 6 to design and build functional, appealing, and user-friendly graphical user interfaces (GUIs) for your applications
Learn LLVM 17, 2nd ed. #book
https://www.packtpub.com/product/learn-llvm-17-second-edition/9781837631346
https://www.packtpub.com/product/learn-llvm-17-second-edition/9781837631346
Packt
Learn LLVM 17 - Second Edition | Packt
Learn how to build and use the complete spectrum of real-world compilers, including the frontend, optimization pipeline, and a new backend by leveraging the power of LLVM core libraries
#userver open source asynchronous framework for fast and comfortable creation of C++ microservices just reached version 2.0
https://github.com/userver-framework/userver/releases/tag/v2.0
https://github.com/userver-framework/userver/releases/tag/v2.0
GitHub
Release 2.0 · userver-framework/userver
Big new features since the v1.0.0:
Simplified dynamic configs and embedded defaults into the code.
Added PostgreSQL connection pools auto-configuration.
Added YDB driver and basic Kafka driver.
LI...
Simplified dynamic configs and embedded defaults into the code.
Added PostgreSQL connection pools auto-configuration.
Added YDB driver and basic Kafka driver.
LI...
Beginning C++ Game Programming 3rd ed. #book
https://www.packtpub.com/product/beginning-c-game-programming-third-edition/9781835081747
https://www.packtpub.com/product/beginning-c-game-programming-third-edition/9781835081747
Packt
Beginning C++ Game Programming - Third Edition | Packt
Get to grips with programming and game development techniques using C++ libraries and Visual Studio 2022 with this updated edition of the bestselling series.
Modern CMake for C++ 2nd ed. #book
https://www.packtpub.com/product/modern-cmake-for-c-second-edition/9781805121800
https://www.packtpub.com/product/modern-cmake-for-c-second-edition/9781805121800
Packt
Modern CMake for C++ - Second Edition | Programming | eBook
Effortlessly build cutting-edge C++ code and deliver high-quality solutions. Instant delivery. Top rated Application Development products.
sssersh/too_constexpr
C++20-compatible library which implements constexpr non-transient allocator for standard containers.
https://github.com/sssersh/too_constexpr
C++20-compatible library which implements constexpr non-transient allocator for standard containers.
constexpr std::string_view str1 = "It is string which was builded ";
constexpr std::string_view str2 = "as concatenation of two strings";
constexpr auto concat_result =
cant::too_constexpr(
[]() -> std::string
{
return std::string(str1) + std::string(str2);
}
);
// It does work!
static_assert(concat_result == "It is string which was builded as concatenation of two strings", "error");
https://github.com/sssersh/too_constexpr
GitHub
GitHub - sssersh/too_constexpr
Contribute to sssersh/too_constexpr development by creating an account on GitHub.
Parallel C++. Efficient and Scalable High-Performance Parallel Programming Using HPX #book
Explains how to exploit the parallel features in the C++ 17 and C++ 20 standards, including the HPX library.
https://link.springer.com/book/10.1007/978-3-031-54369-2
Explains how to exploit the parallel features in the C++ 17 and C++ 20 standards, including the HPX library.
https://link.springer.com/book/10.1007/978-3-031-54369-2
SpringerLink
Parallel C++
This textbook focuses on practical parallel C++ programming, based on APIs and language features in the C++17/C++20 standards and the HPX library.
nocc — a distributed C++ compiler like distcc:
• propagates invocations to remotes
• does not upload files if they have already been uploaded
• does not compile files if they have already been compiled
https://github.com/VKCOM/nocc
• propagates invocations to remotes
• does not upload files if they have already been uploaded
• does not compile files if they have already been compiled
https://github.com/VKCOM/nocc
Refactoring with C++: Explore modern ways of developing maintainable and efficient applications #book
https://www.packtpub.com/en-ru/product/refactoring-with-c-9781837633777
https://www.packtpub.com/en-ru/product/refactoring-with-c-9781837633777
Packt
Refactoring with C++ | Programming | eBook
Explore modern ways of developing maintainable and efficient applications . Instant delivery. Top rated Programming Language products.
CMake Best Practices, 2nd ed. #book
https://www.packtpub.com/en-ru/product/cmake-best-practices-9781835880647
https://www.packtpub.com/en-ru/product/cmake-best-practices-9781835880647
Packt
CMake Best Practices - Second Edition | Programming | eBook
Upgrade your C++ builds with CMake for maximum efficiency and scalability. Instant delivery. Top rated Application Development products.
Guide to Software Verification with Frama-C (a popular open-source toolset for analysis and verification of C programs, largely used for teaching, experimental research, and industrial applications) #book
https://link.springer.com/book/10.1007/978-3-031-55608-1
https://link.springer.com/book/10.1007/978-3-031-55608-1
SpringerLink
Guide to Software Verification with Frama-C
This book provides a rich and helpful source of information to the university professors and students taking courses in software analysis