#cpp20
In my latest blog post, "C++20s concepts with a forward declared type," you'll learn what to watch out for when using an incomplete type.

https://andreasfertig.com/blog/2025/11/cpp20s-concepts-with-a-forward-declared-type/

#cplusplus #cpp #cpp20
C++20s concepts with a forward declared type
In today's post, I would like to continue talking about forward declared or better incomplete types in C++. I discussed some scenarios...
andreasfertig.com
November 4, 2025 at 10:30 AM
Quick question:
Who do you turn to when you get stuck in C++?
With my C++17/20 course + 1:1 coaching, you’ll never have to face tricky code alone again.
We start November 1st → Join here:

https://fertig.to/slcoaching

#cpp #cpp20 #cpp17
Sign up for a C++ course plus 1:1 coaching bundle
fertig.to
October 22, 2025 at 5:03 PM
As you plan your 2026 budget: I'll be in Munich in February and available for C++ training. If that timing doesn't work, we can of course find another date that fits your team.

#cpp #cpp20 #cplusplus
October 13, 2025 at 2:28 PM
Ever feel stuck when it comes to asynchronous programming in C++? Coroutines simplify your code and make it more readable—but only if you know how to use them. Get yourself the Howto.

https://fertig.to/slcoro

#cpp20 #programming #coroutines #cpp
Join my C++ coroutines self-study course
fertig.to
October 6, 2025 at 2:27 PM
Catch Ivan Čukić from KDAB at Meeting C++ 2025 (6-8 Nov, Berlin, hybrid event) with his talk "(Don't) use coroutines for this". See how C++ coroutines - beyond async/concurrency - can simplify real-world code: meetingcpp.com/mcpp/schedul... #Cpp #Cpp20 @meetingcpp.bsky.social
Ivan Čukić - (Don't) use coroutines for this
Coroutines were touted as one of the most important features of C++20, and we had many talks to watch and blog posts to read about how they work internally and how to customize them and implement our own coroutine types for writing structured conurrent code
meetingcpp.com
July 29, 2025 at 7:02 AM
🚀 Big news for #OpenSource #GameDev! The Open 3D Engine #O3DE 25.10 is OUT!
🔥 40% smaller Linux installers.
⚡ Faster build times & lower memory use.
🛠️ Full #Cpp20 support.
🐧 Major Linux & #Vulkan fixes. Read more:👉 tinyurl.com/yjxfdddt #Security
Open 3D Engine 25.10 Release: A Deep Dive into Performance and Productivity Gains
Blog com notícias sobre, Linux, Android, Segurança , etc
tinyurl.com
October 16, 2025 at 7:00 PM
Don't Eat the Yellow Snow! - Part 4 - C++ and SDL2 youtu.be/AWoOTJvKZOo?... via @YouTube #C++ #C++20 #Cpp #Cpp20 #Programming #Coding #GameDev #SDL #SDL2
Don't Eat the Yellow Snow! - Part 4 - C++ and SDL2
YouTube video by Programming Rainbow
youtu.be
November 29, 2024 at 12:00 PM
C++Now is pleased and proud to announce think-cell is our first-ever Track Sponsor in 2025!

Their generous support will help us deliver outstanding C++ content to the entire world!

#cplusplus #cpp20 #cpp23 #cpp26 #cppnow
April 27, 2025 at 6:04 PM
Tired of complex code with bugs?

Write code that your compiler loves to make programming more fun.
Order your copy of my book "Programming with C++20" here:

Print: https://amzn.to/4hZLrc1
E-book: https://fertig.to/bpwcpp20

#cpp20 #programming #book #cplusplus
September 1, 2025 at 2:26 PM
Still coding in C++11 or C++14? 🚧
It’s time to unlock the power of C++17 & C++20.
My C++ course + 1:1 coaching bundle helps you:
✅ Write cleaner code
✅ Use modern features
✅ Get real-time answers to your tricky questions
Enrollment closes soon →

https://meetingcpp.com…

#cpp #cpp20 #cplusplus
I will be speaking at Meeting C++ 2025!
meetingcpp.com
October 27, 2025 at 2:29 PM
I will be speaking at CppCon 2024! The talk's title is "Back to Basics: Object-Oriented Programming". Come and join me there!

https://cppcon2024.sched.com/event/1gZds/back-to-basics-object-oriented-programming

#cpp #cpp20 #cplusplus
August 16, 2024 at 8:21 AM
Don't Eat the Yellow Snow! - in C++ and SDL2 - part 10. Changing to use Delta Time.

youtu.be/3SCwt4WLw10?...

#SDL #SDL2 #C++ #C++20 #Cpp #Cpp20 #GameDev #Programming
Don't Eat the Yellow Snow! - Part 10 - C++ and SDL2.
YouTube video by Programming Rainbow
youtu.be
March 9, 2025 at 2:40 AM
Tomorrow is my talk Embedded-Friendly C++: Features That Make a Difference at Meeting C++ 2025. Come and join me there!

https://meetingcpp.com/mcpp/schedule/talkview.php?th=6c8d4624ee9e0c4af77fe984742a917664dde16d

#cpp #cpp20 #cplusplus
Tomorrow is my talk Embedded-Friendly C++: Features That Make a Difference at Meeting C++ 2025
meetingcpp.com
November 6, 2025 at 10:29 AM
The recording of my talk "C++ Insights: Peek behind the curtains of your C++ compiler" at @CppNorth is available: https://youtu.be/6A4dcKy46-Y

#cpp #cpp20 #cplusplus
C++ Insights: Peek behind the curtains of your C++ compiler
a
andreasfertig.blog
November 22, 2024 at 10:25 AM
implicit lifetime types って C++20 からだったのか… (当然あるものだと思っていた)
cpprefjp.github.io/lang/cpp20/i...
未初期化領域への暗黙的なオブジェクト構築 - cpprefjp C++日本語リファレンス
cpprefjp.github.io
July 3, 2024 at 9:26 AM
The C++Now conference is pleased and proud to announce Bloomberg Engineering is a Gold Sponsor in 2025!

Their generous support helps us make C++Now 2025 possible.

#cplusplus #cpp20 #cpp23 #cppnow
Bloomberg
www.techatbloomberg.com
April 28, 2025 at 6:30 PM
In my latest blog post, "unique_ptr and the pointer to implementation idiom", I'll show you how you can use a unique_ptr together with PImpl.

https://bit.ly/40y6j3V

#cplusplus #cpp #cpp20
unique_ptr and the pointer to implementation idiom
Last time, I wrote about unique_ptr and PImpl, demonstrating why you can't use a unique_ptr for PImpl. This time, I'd like to show you...
andreasfertig.blog
November 5, 2024 at 10:25 AM
More c++20: #include
various bit-manipulation operations - now part of the standard library, and constexpr too.
en.cppreference.com/w/cpp/header...

#cpp #cpp20 #cplusplus
February 8, 2024 at 5:25 PM
Today is the 6th anniversary of C++ Insights. In my latest post, I discuss its status and the gift for this special day.

https://bit.ly/4dAa390

#cpp20 #cppinsights
Happy 6th anniversary C++ Insights
This year, we celebrate the 6th anniversary of C++ Insights! Thank you all for the wonderful five years of support! The current status...
andreasfertig.blog
May 13, 2024 at 9:17 AM
In January my self-study course comes with 4 group coaching sessions.

https://bit.ly/3ZGTmTn

#cpp17 #cpp #cpp20 #course #coaching
December 16, 2024 at 10:27 AM
Tomorrow is my talk Back to Basics: Object-Oriented Programming at CppCon 2024. Come and join me there!

https://cppcon2024.sched.com/event/1gZds/back-to-basics-object-oriented-programming

#cpp #cpp20 #cplusplus
September 19, 2024 at 8:23 AM
Don't Eat the Yellow Snow! - Part 5 - C++ and SDL2 youtu.be/z5yI8WFaVgA?... via @YouTube #Cpp #Cpp20 #C++ #C++20 #SDL #SDL2 #GameDev #Programming #Tutorial
Don't Eat the Yellow Snow! - Part 5 - C++ and SDL2
YouTube video by Programming Rainbow
youtu.be
December 2, 2024 at 10:58 AM