C Pointers, exploring the very basics of pointers and memory

Sdílet
Vložit
  • čas přidán 12. 09. 2024
  • Explore how pointers refer to memory to understand the most fundamental part of C pointers.

Komentáře • 6

  • @BG-kj5wb
    @BG-kj5wb Před měsícem +2

    this style of video is the first one which properly made me understand pointers so thank you

    • @sandcurves
      @sandcurves  Před měsícem

      @@BG-kj5wb that's really nice to know. Thank you! There will be more to come on the topic because I'm busy getting into it myself

  • @yelircaasi
    @yelircaasi Před měsícem +1

    If you're willing to share, what did you use to create the animations? I really like them

    • @sandcurves
      @sandcurves  Před měsícem

      Ah, I'm so glad you liked them. To be honest, I'm still trying all sorts of experiments to get animations working, and this was done with Pygame.

    • @yelircaasi
      @yelircaasi Před měsícem +1

      @@sandcurves Oh, that's cool to know. Python's my native language (hence the need for low-level knowledge supplements), so that makes me want to try out something similar as well

    • @sandcurves
      @sandcurves  Před měsícem

      @@yelircaasi Same. Python is what I use for work. I don't think Python is the best way to do animations, but it's fun and a challenge.