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

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น •

  • @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

  • @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.

  • @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.

  • @Kampouse
    @Kampouse 2 ปีที่แล้ว +2

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

  • @sky_is_the_limit_13
    @sky_is_the_limit_13 6 หลายเดือนก่อน

    Great talk! Thanks for sharing!

  • @arsen1156
    @arsen1156 3 หลายเดือนก่อน

    Great talk!

  • @alessandrolima4266
    @alessandrolima4266 2 ปีที่แล้ว +2

    Great presentation

    • @CppCon
      @CppCon  2 ปีที่แล้ว

      Glad you liked it

  • @joaotavora9434
    @joaotavora9434 2 ปีที่แล้ว

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

  • @paulraw
    @paulraw ปีที่แล้ว

    Amazing talk

  • @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...