I have installed Cygwin and the necessary libraries. If I have a program.c, does it have to be in a certain directory for it to compile? I'm going through command line. I have XP. Thanks!
Exactly. Where you save your file to doesn't matter, but when you try to compile it, the compiler isn't going to search your machine for the file. As such, you have to either specify where the file you want to compile is located or you have to navigate to the directory the file is in before you try to compile.
__________________ There are 10 kinds of people in the world, those who understand binary and those who don\'t.