I got a compiler with beginners book on C, I'm pretty sure it's called Delorie (don't know if that's spelt right!?). When I go to compile a c file this is what I type
gcc file.c -o file.exe
But It doesn't do anything... it just freezes. Why is this, what am I doing wrong?
gcc file.c -o file.exe
But It doesn't do anything... it just freezes. Why is this, what am I doing wrong?