Demystifying std::memory_order – Timur Doumler – ADC 2025
https://www.youtube.com/watch?v=yc2HC2w5pzI
#coding #cplusplus #cpp #programming
Demystifying std::memory_order - Timur Doumler - ADC 2025

YouTube
The voting has ended, take a first look at the program preview of Meeting C++ 2026!
https://meetingcpp.com/mcpp/schedule/talklisting.php
#cpp
#cplusplus

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

#QtDev #Cpp #QtFramework

Qt UI Classes: Smart Pointers vs. Raw Pointers

YouTube
#CppPollOfToday: What third party code are you allowed to ship with your products?
https://meetingcpp.com/mcpp/survey/?q=60
#cplusplus
#cpp
Meeting C++ Community Survey

Book of the Day: 97 Things Every Programmer Should Know by Kevlin Henney
https://meetingcpp.com/mcpp/books/book.php?hash=2cc8b7feca9dc733d26a4778b038e463e9ca89d4
#cplusplus
#cpp
Kevlin Henney

Tap into the wisdom of experts to learn what every programmer should know, no matter what language you use

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

https://youtu.be/H-dHTeSR_n8

#cpp #cplusplus #programming #intel

Final day to start or continue your voting session on the talks for Meeting C++ 2026!
https://meetingcpp.com/mcpp/voting/
#cpp
#cplusplus
Meeting C++ 2026 voting

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?

#C #Cpp

We have just released a new C++Online 2026 Conference Video!

Lock-free Queues in the Multiverse of Madness - Dave Rowland - C++Online 2026

https://youtu.be/eHmjkFdQl00

#cpp #cplusplus #programming #coding

Lock-free Queues in the Multiverse of Madness - Dave Rowland - C++Online 2026

YouTube

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

#irods #cpp #quotas

Release 5.1.1 · irods/irods_rule_engine_plugin_logical_quotas

This release reverts a commit to fix the logical_quotas_get_collection_status operation. Fixed Revert logic that unnecessarily escapes single quotes in GenQuery (#157).

GitHub