Design Patterns - Iterator Pattern Explanation and usage with STL in C++

Поділитися
Вставка
  • Опубліковано 5 жов 2024

КОМЕНТАРІ • 13

  • @QWin-ir6yq
    @QWin-ir6yq 4 місяці тому +1

    Thanks to you, iterators are my new best friend…loving the combined power of using the .find and .end methods in conditional statements.

  • @priyadarshini.d4980
    @priyadarshini.d4980 2 роки тому +1

    Great Video Mike! Looking forward for your video on creating iterators from the scratch using C++..

  • @dwolrdcojp
    @dwolrdcojp 2 роки тому +1

    Great video! Would like to see more on iterators in your future videos. I feel like it's such a large subject that isn't given much attention in lessons. My understanding of iterators is still very surface level

    • @MikeShah
      @MikeShah  2 роки тому +1

      Thank you for the kind words! Iterators are a huge part of the STL and std::algorithm. More on iterators will come in the C++ series, and I have on my TODO list a video for making iterators from scratch as well :)

  • @coreyackland
    @coreyackland 2 роки тому

    Enjoyed the Design pattern series. Always a good reminder. Would be great to see you cover more design patterns :)

    • @MikeShah
      @MikeShah  2 роки тому

      Thank you for the kind words! More are planned for the summer!

  • @k0185123
    @k0185123 2 місяці тому

    This is so helpful! I've learnt a lot from you. Thank you!!

    • @MikeShah
      @MikeShah  2 місяці тому +1

      Cheers, thank you for being a part and supporting the community as a member!

  • @spicyshizz2850
    @spicyshizz2850 11 місяців тому +1

    THANK YOU

    • @MikeShah
      @MikeShah  11 місяців тому

      You are most welcome!

  • @satishkr7678
    @satishkr7678 2 роки тому +1

    Its a great video, but the explanation describes more of how it is used but not how it is implemented.

    • @MikeShah
      @MikeShah  2 роки тому

      Thank you! Considering an implementation video for a forward iterator in the future on C++ series. 😊