home.social

#cpp11 — Public Fediverse posts

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

  1. C++ Insights - Episode 74: Why move requires noexcept in C++20

    In this episode, you'll learn why noexcept is crucial for move operations of a class.

    youtu.be/d7CzCSrPp60

    #cppinsights #cpp #cpp11

  2. C++ Insights - Episode 72: Why you should never call a virtual member function in a constructor

    In this episode, you'll learn by example why you should never call a virtual member function from a constructor.

    youtu.be/_ZvNJciCXeE

    #cppinsights #cpp #cpp11

  3. C++ Insights - Episode 72: Why you should never call a virtual member function in a constructor

    In this episode, you'll learn by example why you should never call a virtual member function from a constructor.

    youtu.be/_ZvNJciCXeE

    #cppinsights #cpp #cpp11

  4. C++ Insights - Episode 72: Why you should never call a virtual member function in a constructor

    In this episode, you'll learn by example why you should never call a virtual member function from a constructor.

    youtu.be/_ZvNJciCXeE

    #cppinsights #cpp #cpp11

  5. C++ Insights - Episode 72: Why you should never call a virtual member function in a constructor

    In this episode, you'll learn by example why you should never call a virtual member function from a constructor.

    youtu.be/_ZvNJciCXeE

  6. C++ Insights - Episode 72: Why you should never call a virtual member function in a constructor

    In this episode, you'll learn by example why you should never call a virtual member function from a constructor.

    youtu.be/_ZvNJciCXeE

    #cppinsights #cpp #cpp11

  7. Wouldn't it be great to write easy-to-read code that your compiler loves?

    Templates help you to generate clean code. Discover essential tips and tricks on how to use them in my latest book:

    Paper: amazon.com/dp/3949323074
    E-book: fertig.to/btmpl

    #cpp11 #programming #book #cplusplus

  8. Wouldn't it be great to write easy-to-read code that your compiler loves?

    Templates help you to generate clean code. Discover essential tips and tricks on how to use them in my latest book:

    Paper: amazon.com/dp/3949323074
    E-book: fertig.to/btmpl

    #cpp11 #programming #book #cplusplus

  9. Wouldn't it be great to write easy-to-read code that your compiler loves?

    Templates help you to generate clean code. Discover essential tips and tricks on how to use them in my latest book:

    Paper: amazon.com/dp/3949323074
    E-book: fertig.to/btmpl

    #cpp11 #programming #book #cplusplus

  10. Wouldn't it be great to write easy-to-read code that your compiler loves?

    Templates help you to generate clean code. Discover essential tips and tricks on how to use them in my latest book:

    Paper: amazon.com/dp/3949323074
    E-book: fertig.to/btmpl

  11. Wouldn't it be great to write easy-to-read code that your compiler loves?

    Templates help you to generate clean code. Discover essential tips and tricks on how to use them in my latest book:

    Paper: amazon.com/dp/3949323074
    E-book: fertig.to/btmpl

    #cpp11 #programming #book #cplusplus

  12. constexpr all the things! Since the evaluation of a constant expression never results in an erroneous behavior (EB, C++26)! (But use constexpr since C++11)

    This was mentioned by many at the conference, not to forget: @DanielaKEngert, Mikhail Svetkin, and others.

    @meetingcpp #cpp #cpp26 #cpp11 #meetingcpp #dev #undefined_behavior #ub #erroneous_behavior #eb

  13. constexpr all the things! Since the evaluation of a constant expression never results in an erroneous behavior (EB, C++26)! (But use constexpr since C++11)

    This was mentioned by many at the conference, not to forget: @DanielaKEngert, Mikhail Svetkin, and others.

    @meetingcpp #cpp #cpp26 #cpp11 #meetingcpp #dev #undefined_behavior #ub #erroneous_behavior #eb

  14. constexpr all the things! Since the evaluation of a constant expression never results in an erroneous behavior (EB, C++26)! (But use constexpr since C++11)

    This was mentioned by many at the conference, not to forget: @DanielaKEngert, Mikhail Svetkin, and others.

    @meetingcpp #cpp #cpp26 #cpp11 #meetingcpp #dev #undefined_behavior #ub #erroneous_behavior #eb

  15. constexpr all the things! Since the evaluation of a constant expression never results in an erroneous behavior (EB, C++26)! (But use constexpr since C++11)

    This was mentioned by many at the conference, not to forget: @DanielaKEngert, Mikhail Svetkin, and others.

    @meetingcpp #cpp #cpp26 #cpp11 #meetingcpp #dev #undefined_behavior #ub #erroneous_behavior #eb

  16. constexpr all the things! Since the evaluation of a constant expression never results in an erroneous behavior (EB, C++26)! (But use constexpr since C++11)

    This was mentioned by many at the conference, not to forget: @DanielaKEngert, Mikhail Svetkin, and others.

    @meetingcpp #cpp #cpp26 #cpp11 #meetingcpp #dev #undefined_behavior #ub #erroneous_behavior #eb

  17. I built Archetype, a C++11 header-only library that gives you type-erased views over any object implementing a given interface — all verified with SFINAE at compile time.

    Useful for embedded, plugin architectures, and clean modular APIs.

    📦 github.com/williamhaarhoff/arc

    #cplusplus #cpp11 #typeerasure #embedded #headeronly #opensource

  18. Did I just hand-write an implementation of #cpp23 std::expected for use in #cpp11? Very, very yes.

    Is it complete? No. But it is functional enough.

    Am I pleased with it? Also very yes!

    Will I use it in #ProjectSpecialK? I dunno, maybe. We'll see.

  19. Did I just hand-write an implementation of #cpp23 std::expected for use in #cpp11? Very, very yes.

    Is it complete? No. But it is functional enough.

    Am I pleased with it? Also very yes!

    Will I use it in #ProjectSpecialK? I dunno, maybe. We'll see.

  20. Did I just hand-write an implementation of #cpp23 std::expected for use in #cpp11? Very, very yes.

    Is it complete? No. But it is functional enough.

    Am I pleased with it? Also very yes!

    Will I use it in #ProjectSpecialK? I dunno, maybe. We'll see.

  21. Did I just hand-write an implementation of std::expected for use in ? Very, very yes.

    Is it complete? No. But it is functional enough.

    Am I pleased with it? Also very yes!

    Will I use it in ? I dunno, maybe. We'll see.

  22. Did I just hand-write an implementation of #cpp23 std::expected for use in #cpp11? Very, very yes.

    Is it complete? No. But it is functional enough.

    Am I pleased with it? Also very yes!

    Will I use it in #ProjectSpecialK? I dunno, maybe. We'll see.

  23. Wouldn't it be great to write easy-to-read code that your compiler loves?

    Templates help you to generate clean code. Discover essential tips and tricks on how to use them in my latest book:

    Paper: amazon.com/dp/3949323074
    E-book: leanpub.com/notebookcpp-tips-a

    #cpp11 #programming #book #cplusplus

  24. Wouldn't it be great to write easy-to-read code that your compiler loves?

    Templates help you to generate clean code. Discover essential tips and tricks on how to use them in my latest book:

    Paper: amazon.com/dp/3949323074
    E-book: leanpub.com/notebookcpp-tips-a

    #cpp11 #programming #book #cplusplus

  25. Wouldn't it be great to write easy-to-read code that your compiler loves?

    Templates help you to generate clean code. Discover essential tips and tricks on how to use them in my latest book:

    Paper: amazon.com/dp/3949323074
    E-book: leanpub.com/notebookcpp-tips-a

    #cpp11 #programming #book #cplusplus

  26. Wouldn't it be great to write easy-to-read code that your compiler loves?

    Templates help you to generate clean code. Discover essential tips and tricks on how to use them in my latest book:

    Paper: amazon.com/dp/3949323074
    E-book: leanpub.com/notebookcpp-tips-a

  27. Wouldn't it be great to write easy-to-read code that your compiler loves?

    Templates help you to generate clean code. Discover essential tips and tricks on how to use them in my latest book:

    Paper: amazon.com/dp/3949323074
    E-book: leanpub.com/notebookcpp-tips-a

    #cpp11 #programming #book #cplusplus

  28. CW: Swearing

    C++ errrors can seriously go suck a fuck

  29. CW: Swearing

    C++ errrors can seriously go suck a fuck

    #RStats #cpp11

  30. CW: Swearing

    C++ errrors can seriously go suck a fuck

    #RStats #cpp11

  31. CW: Swearing

    C++ errrors can seriously go suck a fuck

    #RStats #cpp11