From github.com
GitHub - KDABLabs/KDToolBox: KDAB's collection of miscellaneous useful C++ classes and stuff
2 2
KDAB's collection of miscellaneous useful C++ classes and stuff - KDABLabs/KDToolBox
#cpp #qtdev #squish #cplusplus
12h ago
From cppstories.com
Improving Code Safety in C++26: Managers and Dangling References
4 4
In this blog post, we’ll explore ways to improve the safety of a simple configuration manager. We’ll handle common pitfalls like dangling references and excessive stack usage. Additionally, we’ll see how C++26 helps enforce safer coding practices with stricter diagnostics and improved handling...
11h ago
From godbolt.org
1 1
#ifndef defer // defer header #define CONCAT(x, y) x##y #define DEFER_IMPL(expr, id) \ auto CONCAT(_defer_call, id) = [&](void*) expr; \ std::unique_ptr<void, decltype(CONCAT(_defer_call, id))> CONCAT( \ ...
23h ago
From kdab.com
KDAB Training Day 2025 in Munich | KDAB
1 1
Join the KDAB Training Day! Choose between learning advanced QML programming, Modern C++, integrating Rust and Qt or 3d rendering with Vulkan. The KDAB Training Day 2025 will take place in Munich on the 8th of May, right after the Qt World Summit on 6th to 7th of May.
#3d #qml #qtdev #rustlang #cplusplus
on Nov 7
From youtube.com
1 1
Bekijk je favoriete video's, luister naar de muziek die je leuk vindt, upload originele content en deel alles met vrienden, familie en anderen op YouTube.
16h ago
From microsoft.com
Reminder: When a C++ object fails to construct, the destructor does not run - The Old New Thing
1 1
If you need to run after a failed construction, you have to put it in a base class or member variable.
14h ago
From embeddeduse.com
EU CRA: Essential Requirements Related to Product Properties
1 1
Every manufacturer must implement the essential requirements in Annex 1 Part 1 of the EU CRA in their products. They must also document how they comply with the essential requirements in a conformi…
13h ago