Book of the Day: Parallel C++ by Patrick Diehl, Steven R Brand and Hartmut Kaiser
https://meetingcpp.com/mcpp/books/book.php?hash=b1c79e3ac7fa4369308f42d5268ff5b0e206d041
#cplusplus
#cpp
Hmm, a batched generator with C++20 coroutines?
A generator that collects n yielded items before actually suspending the generator and conversely swiftly iterates over the items with "normal" array iterators before continuing the generator execution...
New update last week 2025-03-28 to "Compiler Options Hardening Guide for C and C++" by @openssf - Security best practices for GCC and Clang compiler options for C++ software builds. https://best.openssf.org/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++ #cybersecurity #CPP #CPlusPlus #software #engineering #tech
Book of the Day: C++ Brain Teasers by Anders Schau Knatten
https://meetingcpp.com/mcpp/books/book.php?hash=1e5078c10d82bc77dbffc6a88f0d90b0b0be5ebd
#cplusplus
#cpp
C++ Memory Management book review with Author Patrice Roy
https://www.youtube.com/watch?v=8SA5hRTlUDQ
#cpp
#cplusplus
Next week Tuesday Meeting C++ hosts an interview with the authors of "Asynchronous Programming with C++"
https://www.meetup.com/meeting-cpp-online/events/306940671
#cpp
#cplusplus
Fun with C++26 reflection - Keyword Arguments
https://pydong.org/posts/KwArgs/
#cpp
#cplusplus
Curious about transitioning from C++ to Rust? This video explores how the HULKs, a RoboCup team from Hamburg, made the switch successfully. Learn their motivations for using Rust, key lessons, and benefits. #Cpp #RustLang #Embedded
https://www.youtube.com/watch?v=F4H3ED3ZzuY
#CppPollOfToday: Which sanitizers do you use in your builds?
https://meetingcpp.com/mcpp/survey/?q=19
#cplusplus
#cpp
Find Bugs Quickly Using Sanitizers with the Intel® oneAPI DPC++/C++ Compiler
https://www.intel.com/content/www/us/en/developer/articles/technical/find-bugs-quickly-using-sanitizers-with-oneapi-compiler.html
#cpp
#cplusplus
Growing Buffers to Avoid Copying Data
https://johnnysswlab.com/growing-buffers-to-avoid-copying-data/
#cpp
#cplusplus
Book of the Day: Software Architecture with C++ by Adrian Ostrowski and Piotr Gaczkowski
https://meetingcpp.com/mcpp/books/book.php?hash=a582a7a9d9c1ba91f03229f0e36dfadcf8ff663d
#cplusplus
#cpp
Another Step Toward Standard C++ Dependency Management
https://www.kitware.com/dependencies-have-dependencies/
#cpp
#cplusplus