User: liyarax

  • Public profile

User profile: liyarax

User info
User name:liyarax
History
Joined:
Number of posts:11
Latest posts:

need examples
like 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::string
wow, I haven't seen .c_str() before, thats helpful. I'll remember that, thanks allot for your help.

File IO with std::string
Hi! 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