Back to Basics: Classic STL - Bob Steagall - CppCon 2021

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

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

  • @JosefdeJoanelli
    @JosefdeJoanelli 2 года назад +22

    This was a great talk! Bob is such a clear and concise speaker/presenter.

  • @OptimusVlad
    @OptimusVlad 2 года назад +17

    This guy is a good lecturer.

  • @tomkirbygreen
    @tomkirbygreen 2 года назад +6

    Extremely useful and connected overview. Thank you Bob.

    • @CppCon
      @CppCon  2 года назад

      Glad it was helpful!

  • @Xxnightwalk1
    @Xxnightwalk1 Год назад

    Very instructive and very clear
    While trying to reimplement containers for practice, I was wondering what iterators were and why they were used
    This talk clearly explained it to me and really helped deepen my understanding of the STL

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

    Great talk!

  • @sky_is_the_limit_13
    @sky_is_the_limit_13 5 месяцев назад

    Great talk! Thanks for sharing!

  • @Kampouse
    @Kampouse 2 года назад +2

    actualy learning cpp i use these talks before jumping into code...

  • @joaotavora9434
    @joaotavora9434 2 года назад

    Bob's "millions" approaches Sagan's "billions". I like

  • @valeriuok
    @valeriuok 2 года назад

    Great material, especially the historical walkthrough. However, at 55:15, when talking about queue, there is a slight mistake. queue doesn’t work with vector, because vector lacks the pop_front() method. Probably carried over from the stack slide.

  • @alessandrolima4266
    @alessandrolima4266 2 года назад +2

    Great presentation

    • @CppCon
      @CppCon  2 года назад

      Glad you liked it

  • @paulraw
    @paulraw Год назад

    Amazing talk

  • @User-cv4ee
    @User-cv4ee 2 года назад +1

    What's the deal with input iterator equality. I did not understand what he meant 37:00

    • @dennydaydreamer
      @dennydaydreamer Год назад

      Had the same question, but later realised the caveat is for input iterators. In this case two input iterators can only compare equal when they point to the EOF.

  • @Fetrovsky
    @Fetrovsky 2 года назад +1

    People should stop calling it STL and refer instead to the language's standard library.

    • @masheroz
      @masheroz 2 года назад +9

      Well, it is literally the standard template library...