https://www.youtube.com/watch?v=yc2HC2w5pzI
#coding #cplusplus #cpp #programming


Is your Qt code "outdated" because you're using raw pointers for your UI classes?
Jesper Pedersen asked Peppe (Giuseppe D'Angelo) about the design choices behind Qt Creator's templates, and we covered everything from unique_ptr trade-offs to the mysterious empty destructor.
Deep dive for Qt/C++ devs: https://youtu.be/p5oYIbsW4ow

We have just released a new C++Online 2026 Conference Video!
Case Study - Purging Undefined Behavior and Intel Assumptions in a Legacy Codebase - Roth Michaels - C++Online 2026
Questions for compilers connoisseurs:
There is an obvious simplification in this expression :
(2*N0f[i] + N1f[i] + (N0s[i] - N0f[i]))
but keeping it as is makes it simpler to read again later (to understand what is computed here). Good alternative: I make the simplification and I add a line of comment — that might be the best solution, both for future code maintenance and for performance.
However I was wondering if the compiler do this kind of simplification? Or do I have to add -funsafe-math-optimizations or some other options?
We have just released a new C++Online 2026 Conference Video!
Lock-free Queues in the Multiverse of Madness - Dave Rowland - C++Online 2026

iRODS Logical Quotas Plugin v4.3.4.1 is released!
iRODS Logical Quotas Plugin v4.3.5.1 is released!
iRODS Logical Quotas Plugin v5.1.1 is released!
https://github.com/irods/irods_rule_engine_plugin_logical_quotas/releases/tag/5.1.1