The last time I heavily used C was years ago, and it was strictly done on the Windows platform.
Now, I am taking a class where it is required to develop programs to be ANSI C compliant and the code will be compiled using gcc
we a are required to compile the code using:
gcc -g -ansi -pedantic -Wall
how can I reproduce this on MSVS2010
? I don't like Ubuntu.