Objective C -std=c99 usage

Posted by Andy White on Stack Overflow See other posts from Stack Overflow or by Andy White
Published on 2009-04-09T02:31:05Z Indexed on 2010/03/27 1:53 UTC
Read the original article Hit count: 427

Is there any reason why you shouldn't use the "-std=c99" flag for compiling Objective-C programs on Mac? The one feature in C99 that I really like is the ability to declare variables anywhere in code, rather than just at the top of methods, but does this flag causes any problems or create incompatibilities for iPhone or Cocoa apps?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone