• Welcome to ForumKorner!
    Join today and become a part of the community.

C Programming Compiler

Jimmy

Ex-Staff Member
Reputation
0
I need a C Programming Compiler to practice some of my college program stuff. I can't figure how to install it. I downloaded the SourceForge version and a window pops up like: http://prntscr.com/4oji06

Can anyone guide me? I tried installing codeblocks as well. I get this error.

Code:
mingw32-gcc.exe   -c D:\file.c -o D:\file.o
mingw32-g++.exe  -o D:\file.exe D:\file.o   
Execution of 'mingw32-g++.exe  -o D:\file.exe D:\file.o' in 'C:\Users\Account\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\CodeBlocks' failed.
 
Top