Search:

Type: Posts; User: noerrorsfound

Search: Search took 0.01 seconds.

  1. Your indentation is messy.

    Your indentation is messy.
  2. Replies
    19
    Views
    2,862

    Things to Avoid in C/C++ -- system("pause")...

    Things to Avoid in C/C++ -- system("pause")

    Also, Dev-C++ hasn't been updated in ~4 years. Try wxDev-C++, Code::Blocks, or Visual C++ Express 2008.
  3. 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.
  4. 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.
  5. 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...
  6. Replies
    23
    Views
    2,968

    I admire your hype-avoiding skills, good sir....

    I admire your hype-avoiding skills, good sir. What you assume is correct. The reason the game was so highly anticipated was for its graphics and fully destructible buildings (also breakable trees),...
Results 1 to 6 of 8