So decided to try practising 'how to explain something' and wrote up some details on building a C++ dynamic binding system using C++26 reflection.
https://blog.ivor.org/2026/05/c26-reflection.html
I'm not sure how clear or helpful it is, but ended up with 9 parts now, *hopefully* that's easy to follow along than my first attempt.
#development #tutorial #cpp
62++C (C++26 Reflection)

Creating a dynamic C++ binding with C++26 reflection

LAST CHANCE to register to Jumpstart to C++ in Audio - Learn Audio Programming & Build Your Own Music Plugin/App with JUCE by Jan Wilczek on Monday & Tuesday!

Full Workshop Information & Registration: https://cpponline.uk/workshop/jumpstart-to-cpp-in-audio/

#cpp #audioprogramming #audiodev #coding

ACCU on Sea 2026 SESSION ANNOUNCEMENT: High-Throughput Servers in C++ - What Actually Scales by Shreyansh Jain

https://accuonsea.uk/2026/sessions/high-throughput-servers-in-cpp-what-actually-scales/

Register now at https://accuonsea.uk/tickets/

#async #asio #coroutines #cpp

ACCU on Sea

C++26: string and string_view improvements

Let’s continue our exploration of C++26 improvements. Today we focus on string_view. Some types got new constructors accepting string_views, and concatenation of strings and string_views just got easier. But let’s start with a brief reminder of what a string_view is.

Sandor Dargo’s Blog

ACCU on Sea 2026 SESSION ANNOUNCEMENT: High-Throughput Servers in C++ - What Actually Scales by Shreyansh Jain

https://accuonsea.uk/2026/sessions/high-throughput-servers-in-cpp-what-actually-scales/

Register now at https://accuonsea.uk/tickets/

#async #asio #coroutines #cpp

ACCU on Sea

So in the Canadian Census, question 22:

"What language(s), other than English or French, does this person know"

...am I allowed to specify computer languages? #Census #Canada #cpp

Meeting C++ Community Survey

ACCU on Sea 2026 SESSION ANNOUNCEMENT: Demystifying C++ initializer_list - Design, Behavior, and Best Practices by Prithvi Okade & Chandranath Bhattacharyya

https://accuonsea.uk/2026/sessions/demystifying-cpp-initializer_list-design-behavior-and-best-practices/

Register now at https://accuonsea.uk/tickets/

#constexpr #Cpp26 #Cpp #Programming

ACCU on Sea

ACCU on Sea 2026 SESSION ANNOUNCEMENT: Demystifying C++ initializer_list - Design, Behavior, and Best Practices by Prithvi Okade & Chandranath Bhattacharyya

https://accuonsea.uk/2026/sessions/demystifying-cpp-initializer_list-design-behavior-and-best-practices/

Register now at https://accuonsea.uk/tickets/

#constexpr #Cpp26 #Cpp #Programming

ACCU on Sea

GCC 16.1 just shipped early support for C++26 contracts - making it the first major compiler to do so. I took it for a spin and wrote up my first impressions.

https://fkoehler.me/posts/2026/05/test-driving-cpp26-contracts-with-gcc-16-1/

#cpp #cpp26 #gcc #programming