Meeting C++ 2025 featured talk of the day: Patrice Roy - To lie... and hopefully, to lie usefully
https://meetingcpp.com/mcpp/schedule/talkview.php?th=74db8cfe2bfeb79a6f5ac93430811433bf389f65
#meetingcpp
#cpp
#cplusplus

Meeting C++ 2025 featured talk of the day: Patrice Roy - To lie... and hopefully, to lie usefully
https://meetingcpp.com/mcpp/schedule/talkview.php?th=74db8cfe2bfeb79a6f5ac93430811433bf389f65
#meetingcpp
#cpp
#cplusplus
API Stability: To change or not to change?
https://www.kdab.com/api-stability-to-change-or-not-to-change/
#cpp
#cplusplus
"Bridging type systems"
with Sergey Bugaev at #GUADEC2025 25 July
09:00 CEST
Brescia
Sergey introduces peel, a fresh take on C++ bindings for GObject: zero overhead, full API coverage, deep type support.
Three Ways For C++ Thread Synchronization in C++11 and C++14
https://chrizog.com/cpp-thread-synchronization
#cpp
#cplusplus
Meeting C++ 2025 featured talk of the day: Stefan Fuhrmann - Speed for free - current state of auto-vectorizing compilers
https://meetingcpp.com/mcpp/schedule/talkview.php?th=63f0bc7c4c40655074450a2f6d279f04c07d9db0
#meetingcpp
#cpp
#cplusplus
Unreal Engine 5.6 Performance Highlights
https://www.tomlooman.com/unreal-engine-5-6-performance-highlights/
#cpp
#cplusplus
New C++ Job: Software Developer C++ (all genders welcome) at ROSEN Technology and Research Center GmbH #cppjobs
https://www.meetingcpp.com/jobs/items/Software-Developer-Cpp--all-genders-welcome--at-ROSEN-Technology-and-Research-Center-GmbH.html
#cpp
#cplusplus
#CppPollOfToday: As a developer, are you able to work from home/remote?
https://meetingcpp.com/mcpp/survey/?q=69
#cplusplus
#cpp
Building your own debugger is a powerful way to understand Linux internals.
From forking and tracing to handling signals and interacting with registers, you'll gain practical insight into how debuggers actually work.
It’s also a solid exercise in writing clean, testable C++ systems code.
Book of the Day: Programming with C++20 - Concepts, Coroutines, Ranges, and more by Andreas Fertig
https://meetingcpp.com/mcpp/books/book.php?hash=c6d866766de9c4bfa5c79cfb996779f8340c9fd9
#cplusplus
#cpp
C++ Insights Episode 64: C++20 Guideline: When to Use auto in Function Parameters
https://andreasfertig.com/blog/2025/07/cpp-insights-episode-64-cpp20-guideline-when-to-use-auto-in-function-parameters/
#cpp
#cplusplus
Meeting C++ 2025 featured talk of the day: Sandor Dargo - Code Reviews: Building Better Code and Stronger Teams
https://meetingcpp.com/mcpp/schedule/talkview.php?th=c700fa9b9bd66880219928e7626e9848520b1fa9
#meetingcpp
#cpp
#cplusplus
C++26: std::format improvements (Part 2)
https://www.sandordargo.com/blog/2025/07/16/cpp26-format-part-2
#cpp
#cplusplus
Updates to Warning Suppressions in Microsoft C++ Code Analysis
https://devblogs.microsoft.com/cppblog/updates-to-warning-suppressions-in-microsoft-c-code-analysis/
#cpp
#cplusplus
Meeting C++ 2025 featured talk of the day: Raymi Klingers - 25+ Years of pathfinding problems with C++
https://meetingcpp.com/mcpp/schedule/talkview.php?th=ff69f5faab24f744918067c23631703cc01261cc
#meetingcpp
#cpp
#cplusplus
#295 Given the following in C++
enum E {
zero =
decltype(delete static_cast<E*>(nullptr), 0){}
// E is incomplete, well-formed?
};
Without checking:
A. Yes
B. No
C: Show answers
Interesting paper:
HPG 2025: No More Shading Languages: Compiling C++ to Vulkan Shaders
https://graphics.cg.uni-saarland.de/papers/devillers-2025-hpg-vcc.pdf
I'd love to be able to write kernels I can use on both the CPU and GPU, so this sounds interesting.
Book of the Day: The C++ Programming Language (4th Edition) by Bjarne Stroustrup
https://meetingcpp.com/mcpp/books/book.php?hash=d6176cbb9cae6aa6304cfb89c1cbe61cd7c9455d
#cplusplus
#cpp