What operating system are you using? I recall you installed Ubuntu a while ago.
It would make sense to use that because Linux comes with a C compiler.
Also, are the output files being created in the present working directory?
Try compiling from the command line:
Code:gcc nameOfProgram.C -o nameOfProgram.exe




Reply With Quote