Special Interest Group on C++
sigcpp.bsky.social
Special Interest Group on C++
@sigcpp.bsky.social
Teaching, learning, and practicing contemporary C++

#cpp #cplusplus #education #teaching #EduSky

Moderated by @smurthys.bsky.social
Reposted by Special Interest Group on C++
I just posted my little intro to the Advent of Compiler Optimisation #AoCO that I announced yesterday. Check it out (and laugh at my terrible editing) at youtu.be/j-BwR-Cw0Gk?... @!4 if you want to watch the series, subscribe! :)
Intro to the Advent of Compiler Optimisations
YouTube video by Matt Godbolt
youtu.be
November 15, 2025 at 1:52 AM
Reposted by Special Interest Group on C++
consteval All The Things? - Jason Turner - ACCU 2025
www.youtube.com/watch?v=q7Om...
#cpp
#cplusplus
consteval All The Things? - Jason Turner - ACCU 2025
YouTube video by ACCU Conference
www.youtube.com
November 14, 2025 at 4:43 PM
Reposted by Special Interest Group on C++
This December, I'll be posting an article & video each day until Christmas in the Advent of Compiler Optimisations! #AoCO2025
Each day we'll explore a fun optimisation in C or C++; some low-level, x86 or ARM-specific, some high-level. Hope you'll join me!
YT: youtube.com/mattgodbolt
Blog: xania.org
Matt Godbolt’s blog
xania.org
November 13, 2025 at 7:51 PM
Reposted by Special Interest Group on C++
Reposted by Special Interest Group on C++
Reposted by Special Interest Group on C++
Now on YouTube: The CppNorth 2025 Closing Keynote! 🎬

Watch Alex Dathskovsky: "Misusing reinterpret_cast?! You Probably Are :)."

Explore the dangers, avoid UB, & discover safer alternatives for type casting.

🔗 youtu.be/xxCtaAiEIcQ

#CppNorth #cpp #BestPractices #Keynote
Alex Dathskovsky - Misusing reinterpret_cast?! You Probably Are :) (Keynote)
YouTube video by CppNorth
youtu.be
November 2, 2025 at 3:49 AM
Reposted by Special Interest Group on C++
Join us next week for Meeting C++ 2025!
November 1, 2025 at 1:17 PM
Reposted by Special Interest Group on C++
Reposted by Special Interest Group on C++
Reposted by Special Interest Group on C++
Meeting C++ 2025 featured talk of the day: Klaus Iglberger - The Real Problem of C++
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
Klaus Iglberger - The Real Problem of C++
It is popular today to complain about C++’s perceived safety issues: bounds, type, initialization and lifetime safety, and not to forget undefined behavior
meetingcpp.com
October 27, 2025 at 1:50 PM
Reposted by Special Interest Group on C++
Meeting C++ 2025 featured talk of the day: Alex Dathskovsky - C++23 Tools You Would Actually Use
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
Alex Dathskovsky - C++23 Tools You Would Actually Use
Last year, we explored why C++20 is not just a “future standard,” but a powerful and practical tool you should already be using
meetingcpp.com
October 24, 2025 at 4:09 PM
Reposted by Special Interest Group on C++
Material from my code::dive talk "Embedded-Friendly C++: Features That Make a Difference" is available!

👉 Slides: https://fertig.to/slides

#cpp #codedive
Here are the slides to a talk I recently gave.
fertig.to
October 24, 2025 at 4:36 PM
Reposted by Special Interest Group on C++
Reposted by Special Interest Group on C++
C++ Insights - Episode 67: C++23: Why if consteval can make your code better

In this episode, you'll learn how C++23's if consteval helps you avoiding mistakes.

https://youtu.be/9bHSiqXZhFI

#cppinsights #cpp #cpp23
C++ Insights - Episode 67: C++23: Why if consteval can make your code better
youtu.be
October 15, 2025 at 4:50 PM
Reposted by Special Interest Group on C++
Meeting C++ 2025 featured talk of the day: Nico Eichhorn - "But my tests passed!" Exploring C++ Test Suite Weaknesses with Mutation Testing
meetingcpp.com/mcpp/schedul...
#meetingcpp
#cpp
#cplusplus
Nico Eichhorn - "But my tests passed!" Exploring C++ Test Suite Weaknesses with Mutation Testing
How confident are you in your C++ tests? Could they detect subtle errors lurking within your code? This session introduces mutation testing – a technique where tiny changes are introduced to you...
meetingcpp.com
October 13, 2025 at 3:04 PM
Reposted by Special Interest Group on C++
Check out my post, "Understanding the role of cv-qualifiers in function parameters", I'll continue explaining cv-qualifiers.

https://andreasfertig.com/blog/2024/04/understanding-the-role-of-cv-qualifiers-in-function-parameters/

#cplusplus #cpp
Understanding the role of cv-qualifiers in function parameters
In today's post, I will continue where I left off with last month's post C++ top-level qualifiers explained. This time, I will focus on...
andreasfertig.com
October 10, 2025 at 4:34 PM
Reposted by Special Interest Group on C++
Very sad news about Rainer, who passed away earlier this week. If you can help support #ALS research please consider donating.

My thoughts are with his family. We as a C++ community were lucky to have him.
October 9, 2025 at 3:07 PM
Reposted by Special Interest Group on C++
The C++ programmer and educator Rainer Grimm has passed away
www.modernescpp.com
October 9, 2025 at 2:56 PM
Reposted by Special Interest Group on C++
The ISO C++ 2025-10 pre-Kona mailing is available: 6 N-papers (official ISO papers) and 69 P-papers (committee member papers).

www.open-std.org/jtc1/sc22/wg...

Easy reading for the next month. :-)
ISO/IEC JTC1/SC22/WG21 - Papers 2025
www.open-std.org
October 6, 2025 at 10:22 PM
Reposted by Special Interest Group on C++
In my latest blog post, "Forward declaring a type in C++: The good, and the bad?," you'll learn about the consequence of forward declaring a type.

https://andreasfertig.com/blog/2025/10/forward-declaring-a-type-in-cpp-the-good-and-the-bad/

#cplusplus #cpp #cpp20
Forward declaring a type in C++: The good, and the bad
In today's post, I would like to shed some light on the implications of forward declaring a type in C++. The most common pattern I know...
andreasfertig.com
October 7, 2025 at 8:29 AM
Reposted by Special Interest Group on C++
Reposted by Special Interest Group on C++
Material from my CppCon talk "Back to Basics: static, inline, const, and constexpr" is available!

👉 Slides: https://fertig.to/slides

#cpp #cppcon
Here are the slides to a talk I recently gave.
fertig.to
September 22, 2025 at 2:28 PM
Reposted by Special Interest Group on C++