Thread: Statement inside a statement.

  1. #16
    Registered User
    Join Date
    Nov 2008
    Posts
    75
    Quote Originally Posted by bithub View Post
    GCC defaults to C95 compatibility as well. You need to pass a special option to compile in C99 mode.
    I know, it's -std=c99, but I usually use -std=gnu99. It's still like that mostly because of problems with dinamic arrays(if I remember correctly).
    No, I didn't remember correctly: Status of C99 features in GCC - GNU Project - Free Software Foundation (FSF)
    Last edited by MisterIO; 11-05-2009 at 03:21 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Usefulness of the "else if" statement
    By gn17 in forum C Programming
    Replies: 7
    Last Post: 08-12-2007, 05:19 AM
  2. Switch statement
    By beene in forum C++ Programming
    Replies: 21
    Last Post: 07-01-2007, 08:13 AM
  3. cin.get() inside switch statement
    By timberwolf5480 in forum C++ Programming
    Replies: 2
    Last Post: 11-30-2003, 01:26 AM
  4. having trouble understanding this statement
    By kes103 in forum C++ Programming
    Replies: 2
    Last Post: 10-03-2003, 09:00 AM
  5. Uh-oh! I am having a major switch problem!
    By goodn in forum C Programming
    Replies: 4
    Last Post: 11-01-2001, 04:49 PM