C++ Weekly - Ep 351 - Your 5 Step Plan For Deeper C++ Knowledge

Sdílet
Vložit
  • čas přidán 20. 11. 2022
  • ☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟
    Upcoming Workshop: Understanding Object Lifetime, C++ On Sea, July 2, 2024
    ► cpponsea.uk/2024/sessions/und...
    Upcoming Workshop: C++ Best Practices, NDC TechTown, Sept 9-10, 2024
    ► ndctechtown.com/workshops/c-b...
    Episode 348 - A Modern C++ Quick Start Tutorial - 90 Topics in 20 Minutes - • C++ Weekly - Ep 348 - ...
    Episode 333 - A Simplified std::function Implementation - • C++ Weekly - Ep 333 - ...
    Episode notes: github.com/lefticus/cpp_weekl...
    T-SHIRTS AVAILABLE!
    ► The best C++ T-Shirts anywhere! my-store-d16a2f.creator-sprin...
    WANT MORE JASON?
    ► My Training Classes: emptycrate.com/training.html
    ► Follow me on twitter: / lefticus
    SUPPORT THE CHANNEL
    ► Patreon: / lefticus
    ► Github Sponsors: github.com/sponsors/lefticus
    ► Paypal Donation: www.paypal.com/donate/?hosted...
    GET INVOLVED
    ► Video Idea List: github.com/lefticus/cpp_weekl...
    JASON'S BOOKS
    ► C++23 Best Practices
    Leanpub Ebook: leanpub.com/cpp23_best_practi...
    ► C++ Best Practices
    Amazon Paperback: amzn.to/3wpAU3Z
    Leanpub Ebook: leanpub.com/cppbestpractices
    JASON'S PUZZLE BOOKS
    ► Object Lifetime Puzzlers Book 1
    Amazon Paperback: amzn.to/3g6Ervj
    Leanpub Ebook: leanpub.com/objectlifetimepuz...
    ► Object Lifetime Puzzlers Book 2
    Amazon Paperback: amzn.to/3whdUDU
    Leanpub Ebook: leanpub.com/objectlifetimepuz...
    ► Object Lifetime Puzzlers Book 3
    Leanpub Ebook: leanpub.com/objectlifetimepuz...
    ► Copy and Reference Puzzlers Book 1
    Amazon Paperback: amzn.to/3g7ZVb9
    Leanpub Ebook: leanpub.com/copyandreferencep...
    ► Copy and Reference Puzzlers Book 2
    Amazon Paperback: amzn.to/3X1LOIx
    Leanpub Ebook: leanpub.com/copyandreferencep...
    ► Copy and Reference Puzzlers Book 3
    Leanpub Ebook: leanpub.com/copyandreferencep...
    ► OpCode Puzzlers Book 1
    Amazon Paperback: amzn.to/3KCNJg6
    Leanpub Ebook: leanpub.com/opcodepuzzlers_book1
    RECOMMENDED BOOKS
    ► Bjarne Stroustrup's A Tour of C++ (now with C++20/23!): amzn.to/3X4Wypr
    AWESOME PROJECTS
    ► The C++ Starter Project - Gets you started with Best Practices Quickly - github.com/cpp-best-practices...
    ► C++ Best Practices Forkable Coding Standards - github.com/cpp-best-practices...
    O'Reilly VIDEOS
    ► Inheritance and Polymorphism in C++ - www.oreilly.com/library/view/...
    ► Learning C++ Best Practices - www.oreilly.com/library/view/...
  • Věda a technologie

Komentáře • 14

  • @debashishdeka7698
    @debashishdeka7698 Před rokem +14

    I leant all important features and meta programming by implementing a json library in c++11

  • @user-wd9yy6so2z
    @user-wd9yy6so2z Před rokem +9

    Although my English is not good, but I still like this video, I am also trying to learn C++, thank you

  • @frydac
    @frydac Před rokem +6

    related to this topic is the article I reference from time to time, and send to many ppl: 'Tutorial: When to Write Which Special Member' by Jonathan Müller

  • @TestDrivenDeveloper
    @TestDrivenDeveloper Před rokem

    Great guideline! I wish I have fun too

  • @fennecfox2366
    @fennecfox2366 Před rokem +1

    Thanks for your videos. Just bought a couple of the puzzle books.

  • @cpp1158
    @cpp1158 Před rokem +1

    Thank you

  • @TNothingFree
    @TNothingFree Před rokem

    Helpful :)

  • @MarekKnapek
    @MarekKnapek Před rokem +2

    Implementing std::function would be easier if you could create and assign to variables of type `void`. I think Vittorio Romeo had some proposal about it few years back. Also propagating costness/non-constness is tedious (+volatility of course, but first rule of volatile is that we don't talk about volatile).

    • @cppweekly
      @cppweekly  Před rokem +1

      Matt Calabrese was the main champion of regular void cppcast.com/matt-calabrese/
      But we can still bend the rules in a few ways that make it easier to implement then you'd think, since you can return a void function from a void function.

  • @icaroamorim3123
    @icaroamorim3123 Před 10 měsíci

    Good mascot.

  • @JohnDoe-ly4ls
    @JohnDoe-ly4ls Před rokem

    👍

  • @dickheadrecs
    @dickheadrecs Před 10 měsíci

    going deeper leo