C Language
3 credits
08.17.15 - 12.13.15
Prepare a Windows Computer for C Development
Confirmation
If everything has worked properly you should now be able to open a command prompt from your start menu (I type cmd at the run prompt and hit enter). Then, in the window that opens try typing:
gcc --version
If you see a message about the version of gcc then the process has been successful. If you see a message about the command not being found there is most likely something wrong with the system path, go back one step and double check your work.