What command does one have to enter at the command line in Windows 7 to compile a basic C program?
Like I am literally wondering what you type in the command prompt, to
Just set the environment variable to the EXACT path to gcc.exe like this:
C:\Program Files (x86)\CodeBlocks\MinGW\bin\gcc.exe