Learning X Macros in C

Sdílet
Vložit
  • čas přidán 29. 08. 2024
  • X Macros are a way to deal with lists of things, on the pre-processor level, which makes it possible to do all sorts of crazy enumerations. Like iterating through a list and creating functions or variables with names from that list, etc.
    X Macros is a useful feature that not many know of. But you do. Soon.

Komentáře • 18

  • @konstantinrebrov675
    @konstantinrebrov675 Před 2 měsíci +1

    What's inside the gccinternals directory? Can we have a look? Are you going to make a video going over that topic as well? It sure would be interesting!

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

      Hi Konstantin. That is me experienting with the new features of C23. When our membership program goes live the members will get an account on that server and access to all my code. Hope to see you at the live stream on Friday btw? JB

  • @angelffg
    @angelffg Před 2 měsíci +1

    Hello Jonas, is there a previous video?
    What is this about X Macros? When can we use it?
    Thanks my friend!
    PS: Thanks for being back (Y)

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

      Hi Angel, it's good to be back. You use it when you need to perform an action on a list of things at compile time. Take care, JB

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

      @angelffg Live stream next week Friday, what do you say? JB

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

      @@dr-Jonas-Birch Yessss Jonas!!!!!
      Count on me for anything I can help you with!
      It will be an honor!
      A hug!
      PS: Confirm receiving this post.

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

      Great, I really appreciate your help. I ll get back to you with more info. JB

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

      @@dr-Jonas-Birch I am waiting for your messages Jonas.

  • @ArnabJhaYT
    @ArnabJhaYT Před 2 měsíci

    Good morning sir. Hope youre doing well.

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

      Hi Arnab. Yes, today's a good day. What about you? JB

  • @waleedmashaqbeh
    @waleedmashaqbeh Před 2 měsíci +1

    Hello Jonas, I want to ask what are the use case for X macro.

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

      Hi my friend, you use it when you need to perform an action on a list of things at compile time. JB

  • @RAZREXE
    @RAZREXE Před 2 měsíci +1

    First!