Uninitialized Uses in Systems C++ Programming: The Bytes Before the C++ Types - JF Bastien

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024

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

  • @Bourg
    @Bourg 3 หลายเดือนก่อน +9

    The other talk I mentioned:
    th-cam.com/video/dFIqNZ8VbRY/w-d-xo.html
    The font is Berkeley Mono.
    The animations are all done in Keynote.

    • @anandmoon5701
      @anandmoon5701 3 หลายเดือนก่อน +1

      Thats gem of a talk.

  • @konstantinrebrov675
    @konstantinrebrov675 3 หลายเดือนก่อน +11

    I like this very unique and interesting presentation format. Very nice, much appreciated.

  • @chturne
    @chturne 3 หลายเดือนก่อน +5

    Brilliant talk, thank you very much for sharing. Great production quality, learned loads of interesting stuff, and I'm inspired to to learn more. Very nice gilet as well!

  • @Drudge.Miller
    @Drudge.Miller 3 วันที่ผ่านมา

    Is there any book, documentation, anything that explains this code for newbies other than the source code itself? How many people understand this code, so foa real?

  • @aniketbisht2823
    @aniketbisht2823 หลายเดือนก่อน +1

    This is brilliant. The topic is as low level as it gets in C++ and yet it is so beautifully explained.

  • @wsollers1
    @wsollers1 3 หลายเดือนก่อน +2

    Even though i knew the topic well, this was a great video and i shared it with my son for his enrichment.

  • @ZenCarry
    @ZenCarry 3 หลายเดือนก่อน +2

    Extremely helpful, thank you.

  • @Max-mx5yc
    @Max-mx5yc หลายเดือนก่อน +1

    Great talk as always

  • @wiseskeshom4673
    @wiseskeshom4673 3 หลายเดือนก่อน +1

    Thank you so much for sharing this great stuff.

  • @leemack4562
    @leemack4562 3 หลายเดือนก่อน +1

    sublime presentation, one of the best i've seen for a long time

  • @dadisuperman3472
    @dadisuperman3472 3 หลายเดือนก่อน +6

    The best talk ever.
    Detailed explanation where it should be detailed and short when it needs to be short.
    10/10.
    In a couple of years this talk will be a sensation.
    Bravo.

    • @CppOnline
      @CppOnline  3 หลายเดือนก่อน +1

      Your comments are much appreciated, thank you so much!

  • @KeithKazamaFlick
    @KeithKazamaFlick 3 หลายเดือนก่อน +1

    peace to all my coding brothers

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

    this is nice. Does anybody know what this font is

    • @Bourg
      @Bourg 27 วันที่ผ่านมา

      Berkeley Mono.

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

    Just have the OS or some security service clear data after an app closes.

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

    That is a pretty long-winded way of saying: uninitialized memory contains garbage and freed memory might still expose your old data.

    • @jewulo
      @jewulo 2 หลายเดือนก่อน +1

      Sure. Thanks. But not everyone has your knowledge. Everybody is coming from a different knowledge base and understanding. We all pick up knowledge at different times and from different people. The more sources the better.🙄

    • @Drudge.Miller
      @Drudge.Miller 3 วันที่ผ่านมา

      You are absolutely right, it is a "long-winded way", but the cool thing about this talk is that you know understand what's going on. I personally like this kind of talks. At the beginning you have an quite unspectacular observation and then you start to dig deeper until you really understand what's going on. It's fun but has less practical use for most users.