need exampleslike this? [code] int input = 0; int nInput = 0; while (nInput <= 100) { std::cout << "enter...
Re-opening closed files?resets it. anything you did before .clear has no effect; it's like recalling it.
Re-opening closed files?[code] ifstream file_in; file_in.open("data.dat"); file_in.close("data.dat"); file_in.clear(); ...
File IO with std::stringwow, I haven't seen .c_str() before, thats helpful. I'll remember that, thanks allot for your help.
File IO with std::stringHi! I was looking at the tutorial on file I/O, and did a few experiments on it. After trying a few d...
This user does not accept Private Messages