Intro to C Pointers - Output Parameters (C - Pointers - 1)

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • C Pointers are really scary! The key to using them confidently is understanding EXACTLY what they are doing. In this video, I introduce the idea of pointers and then show how they can be used to make output parameters (call by reference parameters). I look at memory in the debugger and draw pictures to show exactly how they are working. I'll do a LOT more with pointers, but this seemed like a good place to start.
    #cprogramming #codinginc #pointersinc
    ‪@wizardcraftcode‬

КОМЕНТАРІ • 4

  • @13itachi1
    @13itachi1 9 місяців тому

    It's nice to get a better understanding of pointers and dereference pointers. Would you provide another video with more code examples?

    • @wizardcraftcode
      @wizardcraftcode  9 місяців тому

      Yes! I'm working on one with input/output parameters and one that shows more about how things look in memory. If you have suggestions for what you'd like to see, I'm ready!!!!

  • @luiscaetano1291
    @luiscaetano1291 8 місяців тому

    Nice teaching :D