home.social

#cpp20 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cpp20, aggregated by home.social.

fetched live
  1. I'll be speaking at CppCon 2026! My talk is "Embedded-Friendly C++: Features That Make a Difference". Come and join me there!

    cppcon2026.sched.com/event/2RT

    #cpp20 #cpp26 #cplusplus

  2. I'll be speaking at CppCon 2026! My talk is "Embedded-Friendly C++: Features That Make a Difference". Come and join me there!

    cppcon2026.sched.com/event/2RT

    #cpp20 #cpp26 #cplusplus

  3. Check out my post, "C++20's Dynamic Allocations at Compile-time", I discuss constexpr allocations and where they have a practical impact for every developer.

    andreasfertig.com/blog/2021/08

    #cplusplus #cpp20 #cpp

  4. Check out my post, "C++20's Dynamic Allocations at Compile-time", I discuss constexpr allocations and where they have a practical impact for every developer.

    andreasfertig.com/blog/2021/08

    #cplusplus #cpp20 #cpp

  5. In my latest blog post, "Keep It Tight: Restrict Variadic Templates Using C++20 Concepts," you'll learn about the power of Concepts.

    andreasfertig.com/blog/2026/07

    #cplusplus #cpp20 #cpp #concepts

  6. In my latest blog post, "Keep It Tight: Restrict Variadic Templates Using C++20 Concepts," you'll learn about the power of Concepts.

    andreasfertig.com/blog/2026/07

    #cplusplus #cpp20 #cpp #concepts

  7. What if you could write modern, easy-to-read code with fewer bugs?

    Update your skills now: fertig.to/slcpp20

    #cpp20 #programming #course #cpp

  8. What if you could write modern, easy-to-read code with fewer bugs?

    Update your skills now: fertig.to/slcpp20

    #cpp20 #programming #course #cpp

  9. Check out my post, "C++20's Dynamic Allocations at Compile-time", I discuss constexpr allocations and where they have a practical impact for every developer.

    andreasfertig.com/blog/2021/08

    #cplusplus #cpp20 #cpp

  10. Check out my post, "C++20's Dynamic Allocations at Compile-time", I discuss constexpr allocations and where they have a practical impact for every developer.

    andreasfertig.com/blog/2021/08

    #cplusplus #cpp20 #cpp

  11. For C++ developers who want to write modern code

    The book "Programming with C++20 "will help you to apply the new features of C++20.

    Order your copy here:

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

    #cpp20 #programming #book #cplusplus

  12. For C++ developers who want to write modern code

    The book "Programming with C++20 "will help you to apply the new features of C++20.

    Order your copy here:

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

    #cpp20 #programming #book #cplusplus

  13. Why struggle with complex asynchronous code when coroutines can simplify it all? My self-study course breaks down everything you need to know—in just three hours of video content. Learn now, apply tomorrow!

    fertig.to/slcoro

    #cpp20 #programming #coroutines #cpp

  14. Why struggle with complex asynchronous code when coroutines can simplify it all? My self-study course breaks down everything you need to know—in just three hours of video content. Learn now, apply tomorrow!

    fertig.to/slcoro

    #cpp20 #programming #coroutines #cpp

  15. C++ Insights - Episode 73: Things you can do effortlessly with C++20s concepts

    In this episode, you'll learn how C++20s concepts help you to write less code that's easier to maintain at the same time.

    youtu.be/qjWo62dw-4s

    #cppinsights #cpp #cpp20

  16. C++ Insights - Episode 73: Things you can do effortlessly with C++20s concepts

    In this episode, you'll learn how C++20s concepts help you to write less code that's easier to maintain at the same time.

    youtu.be/qjWo62dw-4s

    #cppinsights #cpp #cpp20

  17. Check out my post, "unique_ptr and the pointer to implementation idiom", I'll show you how you can use a unique_ptr together with PImpl.

    andreasfertig.com/blog/2024/11

    #cplusplus #cpp #cpp20

  18. Check out my post, "unique_ptr and the pointer to implementation idiom", I'll show you how you can use a unique_ptr together with PImpl.

    andreasfertig.com/blog/2024/11

    #cplusplus #cpp #cpp20

  19. In my latest blog post, "What reinterpret_cast doesn't do," you'll learn about one of C++'s biggest pitfalls and how to avoid it.

    andreasfertig.com/blog/2026/04

    #cplusplus #cpp #cpp20 #cpp23

  20. In my latest blog post, "What reinterpret_cast doesn't do," you'll learn about one of C++'s biggest pitfalls and how to avoid it.

    andreasfertig.com/blog/2026/04

    #cplusplus #cpp #cpp20 #cpp23

  21. C++ coroutines are a game-changer for asynchronous programming. But trying to grasp them can be pretty tough. Join my self-study course and finally make asynchronous programming work for you!

    fertig.to/slcoro

    #cpp20 #programming #coroutines #cpp

  22. C++ coroutines are a game-changer for asynchronous programming. But trying to grasp them can be pretty tough. Join my self-study course and finally make asynchronous programming work for you!

    fertig.to/slcoro

    #cpp20 #programming #coroutines #cpp

  23. This conversation with @meetingcpp organizer Jens Weller reflects on highlights from Meeting C++ 2025 and the evolving C++ landscape - from Toyota’s open-source real-time work to the gap between C++20/C++26 adoption and continued industry use of C++11/17. #Cpp #Cpp20 #Cpp26 #SoftwareDevelopment #OpenSource

    Watch the full interview:
    youtube.com/watch?v=XESMSq1PEpI

  24. This conversation with @meetingcpp organizer Jens Weller reflects on highlights from Meeting C++ 2025 and the evolving C++ landscape - from Toyota’s open-source real-time work to the gap between C++20/C++26 adoption and continued industry use of C++11/17.

    Watch the full interview:
    youtube.com/watch?v=XESMSq1PEpI

  25. Why struggle with complex asynchronous code when coroutines can simplify it all? My self-study course breaks down everything you need to know—in just three hours of video content. Learn now, apply tomorrow!

    fertig.to/slcoro

    #cpp20 #programming #coroutines #cpp

  26. Why struggle with complex asynchronous code when coroutines can simplify it all? My self-study course breaks down everything you need to know—in just three hours of video content. Learn now, apply tomorrow!

    fertig.to/slcoro

    #cpp20 #programming #coroutines #cpp

  27. C++ Insights - Episode 70: Efficiently passing a std::source_location object

    In this episode, I'll answer a question from a viewer about how to efficiently pass a std::source_location object.

    The blog post I mention in the video is: andreasfertig.com/blog/2025/12

    youtu.be/-cGbf7hZOWU

    #cppinsights #cpp #cpp20

  28. C++ Insights - Episode 70: Efficiently passing a std::source_location object

    In this episode, I'll answer a question from a viewer about how to efficiently pass a std::source_location object.

    The blog post I mention in the video is: andreasfertig.com/blog/2025/12

    youtu.be/-cGbf7hZOWU

    #cppinsights #cpp #cpp20

  29. ⏰ Last chance!
    Enrollment for my C++17/20 course + 1:1 coaching closes tonight.
    If you want to start 2026 writing cleaner, more reliable C++ and finally feel confident with modern features—this is your moment.
    Don’t miss it:

    fertig.to/slcoaching

    #cpp #cpp20 #cpp17

  30. ⏰ Last chance!
    Enrollment for my C++17/20 course + 1:1 coaching closes tonight.
    If you want to start 2026 writing cleaner, more reliable C++ and finally feel confident with modern features—this is your moment.
    Don’t miss it:

    fertig.to/slcoaching

    #cpp #cpp20 #cpp17

  31. 🎯 New Year, New Skills!
    Start 26 by leveling up your C++ game.
    With my C++17/20 course + 1:1 live coaching, you’ll finally master features like ranges, and std::optional—without the frustration of figuring it all out alone.
    👉 Secure your spot before Jan. 1st:

    fertig.to/slcoaching

    #cpp #cpp20 #cpp17

  32. 🎯 New Year, New Skills!
    Start 26 by leveling up your C++ game.
    With my C++17/20 course + 1:1 live coaching, you’ll finally master features like ranges, and std::optional—without the frustration of figuring it all out alone.
    👉 Secure your spot before Jan. 1st:

    fertig.to/slcoaching

    #cpp #cpp20 #cpp17

  33. 🎄 Merry C++mas! 🎄
    May your holidays be filled with peace, cookies, and clever solutions.
    Need a gift for your future self?
    🎁 My C++17/20 self-study course + 1:1 coaching starts Jan. 1st.
    Learn smarter. Code better. Go into 26 with confidence.

    fertig.to/slcoaching

    #cpp #cpp20 #cpp17

  34. 🎄 Merry C++mas! 🎄
    May your holidays be filled with peace, cookies, and clever solutions.
    Need a gift for your future self?
    🎁 My C++17/20 self-study course + 1:1 coaching starts Jan. 1st.
    Learn smarter. Code better. Go into 26 with confidence.

    fertig.to/slcoaching

    #cpp #cpp20 #cpp17

  35. Imagine starting the new year writing cleaner, faster, more reliable C++ code.
    With my self-paced course + 1:1 live coaching, that’s exactly what you’ll achieve.
    📅 We kick off January 1st. Let’s write unique code together:

    fertig.to/slcoaching

    #cpp #cpp20 #cpp17

  36. Imagine starting the new year writing cleaner, faster, more reliable C++ code.
    With my self-paced course + 1:1 live coaching, that’s exactly what you’ll achieve.
    📅 We kick off January 1st. Let’s write unique code together:

    fertig.to/slcoaching

    #cpp #cpp20 #cpp17

  37. 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 →

    fertig.to/slcoaching

    #cpp #cpp20 #cpp17

  38. 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 →

    fertig.to/slcoaching

    #cpp #cpp20 #cpp17

  39. C++ Insights - Episode 69: = default and uniform initialization - Best Practice Explained

    In this episode, you'll learn a best practice using =default and uniform initialization.

    youtu.be/gDKKZb4qASE

    #cppinsights #cpp #cpp20

  40. C++ Insights - Episode 69: = default and uniform initialization - Best Practice Explained

    In this episode, you'll learn a best practice using =default and uniform initialization.

    youtu.be/gDKKZb4qASE

    #cppinsights #cpp #cpp20

  41. 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 January 1st → Join here:

    fertig.to/slcoaching

    #cpp #cpp20 #cpp17

  42. 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 January 1st → Join here:

    fertig.to/slcoaching

    #cpp #cpp20 #cpp17

  43. I will be speaking at OOP 2026! The talk's title is "Embedded-Friendly C++: Features That Make a Difference". Come and join me there!

    oop-konferenz.de/de/programm/k

    #cpp #cpp20 #cplusplus