Search:

Type: Posts; User: noerrorsfound

Search: Search took 0.02 seconds.

  1. I understand now. Gcc's default mode is "gnu89"...

    I understand now. Gcc's default mode is "gnu89" which supports C99 features. In c89 mode:

    Thanks for all the answers to my original question as well.
  2. Do you mean that isn't possible in C? Gcc...

    Do you mean that isn't possible in C? Gcc compiles it without any problems.
  3. Why are #define macros commonly used in C?

    Why not const variables? In discussions about it, I see nearly everyone saying it's better to use const, yet C programmers seem to use #define all the time for simple constant integers.
    [29] Newbie...
Results 1 to 3 of 3