Fiber in C++: Understanding the Basics
https://agraphicsguynotes.com/posts/fiber_in_cpp_understanding_the_basics/
https://agraphicsguynotes.com/posts/fiber_in_cpp_understanding_the_basics/
Agraphicsguynotes
Fiber in C++: Understanding the Basics
Fiber, a less known concept compared with coroutine, is a pretty powerful addition to cooperative multitasking. As a graphics programmer in game industry, I totally appreciate the great flexibility that fiber brings on the table. As a matter of fact, I feel…
32 MiB Working Sets on a 64 GiB machine
https://randomascii.wordpress.com/2023/10/01/32-mib-working-sets-on-a-64-gib-machine/
https://randomascii.wordpress.com/2023/10/01/32-mib-working-sets-on-a-64-gib-machine/
Random ASCII - tech blog of Bruce Dawson
32 MiB Working Sets on a 64 GiB machine
Memory is a relatively scarce resource on many consumer computers, so a feature to limit how much memory a process uses seems like a good idea, and Microsoft did indeed implement such a feature. Ho…
Folly Dynamic is an #OpenSource tool that conveniently provides developers with a runtime dynamically typed value for C++, similar to the way languages with runtime systems work.
Learn more in this video: https://youtu.be/3XubaLCDYOM?si=RH6tcNWKVBmvFcCe
Learn more in this video: https://youtu.be/3XubaLCDYOM?si=RH6tcNWKVBmvFcCe
YouTube
Effortless JSON in C++ with folly::dynamic
Uncover the simplicity of JSON parsing in C++. It's easy - if you have the right library. Follow up this gentle introduction with:
————Resources————
folly::dynamic documentation on GitHub: https://github.com/facebook/folly/blob/main/folly/docs/Dynamic.md…
————Resources————
folly::dynamic documentation on GitHub: https://github.com/facebook/folly/blob/main/folly/docs/Dynamic.md…
Data Structure Using C #book
https://www.taylorfrancis.com/books/mono/10.1201/9781003453291/data-structure-using-ahmad-talha-siddiqui-shoeb-ahad-siddiqui
https://www.taylorfrancis.com/books/mono/10.1201/9781003453291/data-structure-using-ahmad-talha-siddiqui-shoeb-ahad-siddiqui
Taylor & Francis
Data Structure Using C | Theory and Program | Ahmad Talha Siddiqui, Sh
Data Structures is a central module in the curriculum of almost every Computer Science programme. This book explains different concepts of data structures
C++ Game Animation Programming 2nd ed. #book
https://www.packtpub.com/product/c-game-animation-programming-second-edition/9781803246529
https://www.packtpub.com/product/c-game-animation-programming-second-edition/9781803246529
Packt
C++ Game Animation Programming - Second Edition | Packt
Build your own OpenGL or Vulkan application in C++ and use it as a playground to explore the path from basic features to advanced techniques of character animation in modern games with the help of this illustrated guide
Visual Studio Extensibility Development
Extending Visual Studio IDE for Productivity, Quality, Tooling, Analysis, and Artificial Intelligence.
https://link.springer.com/book/10.1007/978-1-4842-9875-6
Extending Visual Studio IDE for Productivity, Quality, Tooling, Analysis, and Artificial Intelligence.
https://link.springer.com/book/10.1007/978-1-4842-9875-6
SpringerLink
Visual Studio Extensibility Development
This book is a comprehensive guide covering every facet of developing, debugging and publishing extensions within the Visual Studio IDE.
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