I've tried looking for an answer to this question, but maybe I've just searched Google wrong. Anyway, I want to read a file with a piece of code from dev C++. We use a different program for my school and I know how to read file from there with no problems, but if I could, I'd prefer to have to use the school editor (Which is over a network and lags occasionally) only to submit my homework.
Does anyone know how to go about doing this, or is there a better program (that is free) I could use that handles files a little better?
The Orwell Dev C++ is reasonably ok, it includes the MinGW32 4.7.2 compiler which should be able to handle anything you need to do. http://orwelldevcpp.blogspot.co.uk/
What specific issue are you having - show your code where appropriate.