Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
C-Language Programming with Visual Studio 2010 Ultimate, Pro or VC++ Express
Oct 27, 2010 at 7:35 AMGCC is ANSI C95 compliant with the options -std=iso9899:199409 and -pedantic. Detailed info is over here.
However it's not fully ANSI C99 compliant yet.
You can check the status on GNU web site over here.
AFAIK, MSVC is a similar case. No detailed info though..