C++ STL Tutorial: Iterators

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 9

  • @ProfessorHankStalica
    @ProfessorHankStalica  6 месяцев назад +2

    A helpful comment from a friend on Mastadon:
    "I think its important to highlight/motivate why iterators exists, not just how they work.
    They are a minimal interface to decouple a containers navigation and access. This means we can implement a generic algorithm once using iterators and it will work for many containers.
    This means we can have a rich library of algorithms." --@glloyd

  • @stressreliefrefreshingmusi9117
    @stressreliefrefreshingmusi9117 15 дней назад +1

    made my understanding of Iterators better.
    Thank You

  • @ilovereadingwuxiaxianxiaat8994
    @ilovereadingwuxiaxianxiaat8994 3 месяца назад +2

    So much information from one video! Thank you!

  • @ndrochka8312
    @ndrochka8312 Месяц назад

    Very well explained. I really admire your dedication and the time you put in those videos. You became my go to source of information in c++. Thanks lot for your help 🙏🙏🙏

  • @xuchenyang3547
    @xuchenyang3547 2 месяца назад

    Great video! Covered everything nice and clean!

  • @georgerochester4658
    @georgerochester4658 Месяц назад

    Very good job