Meeting C++ weekly Blogroll 525

AI can write code—but only if you know what’s happening under the hood.

Build a matching engine with Claude Code at our AI++ 201 workshop on Monday & Tuesday and learn why fundamentals still matter in the age of AI.

Full Workshop Preview: https://youtu.be/suP5zA7QqW4

#cpp #ai #claudecode

C++ AI Workshops: Build an AI Coding Assistant & Matching Engine with Claude Code!

YouTube

"Why do Senior C++ Engineers use size_t over int?"

Because they're too old to keep up with C++. They should be using iterators.

#Cpp

HRT is this years t-shirt sponsor at Meeting C++ 2026!

Стандарты C++: от C++98 до C++26

C++ — это один из самых популярных и мощных языков программирования, эволюционировавший через серию официальных стандартов ISO/IEC 14882. Каждый новый стандарт добавляет значимые улучшения: от базовой объектно-ориентированной модели до современных возможностей для параллелизма, метапрограммирования и производительности.

https://vk.cc/cWKVLi

#C++ #CPP #ISO #Стандарты #языкипрограммирования #dev

I thought about writing my own mobile UI for Linux for fun but thinking about it, I did not find a suitable language to write it in.

These are the options I thought about:
- C: Slow development, is probably going to crash sometimes and have memory corruption bugs
- C++: Fast development, is going to crash a lot more than C and may also have memory corruption bugs
- Rust: Fast development, crashes less likely but no dynamic linking means that every component is going to be megabytes in size and have a lot of unvetted dependencies which I don't really want in a desktop environment

There's Zig which might improve a bit upon C but development is still going to be slow.

Does anybody have any other ideas?

#rust #cpp #c #wayland #postmarketos #mobilelinux

C++Now 2026 SESSION ANNOUNCEMENT: After Reflection - Building C++’s Missing Meta-Stack by Saksham Sharma

https://schedule.cppnow.org/session/2026/after-reflection/

Register now at https://cppnow.org/registration/

#cpp #cplusplus #constexpr #reflection

#constexpr #cplusplus #cpp #reflection

After Reflection – C++Now Schedule

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

Suspend and Resume: How C++20 Coroutines Actually Work - Lieven de Cock - C++Online 2026

https://youtu.be/SOSn6Ich60A

#cpp #dev #programming

Suspend and Resume: How C++20 Coroutines Actually Work - Lieven de Cock - C++Online 2026

YouTube

Cool stuff:

C++ and Rust versions of the same Qt app side by side, with different implementations in the same repo, using the same QML files for the UI, and they can be built at the same time 

(it's a prototype still since the actual app is unfinished, but it's taking the contents of a lyrics LRC file, parsing it, and showing it in a ListView)

#cpp #CPlusPlus #Rust #Qt