Function Macros improve your C programming

Sdílet
Vložit
  • čas přidán 29. 08. 2024

Komentáře • 7

  • @setkaung729
    @setkaung729 Před 4 měsíci +1

    Great intro to the topic. Thanks!

  • @angelffg
    @angelffg Před 4 měsíci

    Beautiful!

  • @SlideRSB
    @SlideRSB Před 4 měsíci +2

    If the sayhello macro is called multiple times, will that expand to multiple copies of the format string in memory?

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  Před 4 měsíci +2

      Yes that is a good point. It would be better to store an addr in this case. But it made a conveniant example to demonstrate my point. JB

  • @br-nado4246
    @br-nado4246 Před 4 měsíci +1

    What is this IDE?

    • @dr-Jonas-Birch
      @dr-Jonas-Birch  Před 4 měsíci

      It's called Vi. Perhaps you've heard of Vim? This is the predecessor of Vim. -JB