After months of no success, I've finally managed to get nerdy enough to figure out the installation of the Borland C++ compiler for windows. I even get a sucessful compile... but only if the cpp files are located in the path,
C:/Borland/BCC55/Bin
Now, this is cool and all, but it would be nice to simply write a program in some other folder and compile into the same folder to keep everything nice and tidy (and to avoid me accidently deleting important files). Is there perhaps something I need to add onto the path or something in order to allow it a more 'versatile' compile capability?
Thank you,
Pascal