Robert William Fuller wrote:
Generating ISO C99 code will guarantee that your program will not run with VC++. Microsoft C only supports ANSI 1990. See the following link for details: http://msdn.microsoft.com/en-us/library/02y9a5ye.aspx I looked into this for a project I was working on and decided to only support gcc.
Ah, thanks for the info. Hopefully I don't find that I'm using too many C99isms.
Cheers, Nicholas Sherlock