For one reason or another i decided not to learn fstream back long ago when learning C++ and now i decided to do just that. I got a good hold on it but i have one question. how do you denote where the file will be saved, i thought this would put the file in my C drive.
Code:
char filename[] = "c:inutput.txt";
but it did not, it just ended up in the folder my program was in.
Thanks for any help