A
Abubakar
Hi,
If I write the following code:
ofstream f;
f.open("c:\\hello.txt", ios::binary | ios:ut);
how do I check if the file is successfully opened and ready to write ?
Should I do a f.is_open() check ?
Regards,
...ab
If I write the following code:
ofstream f;
f.open("c:\\hello.txt", ios::binary | ios:ut);
how do I check if the file is successfully opened and ready to write ?
Should I do a f.is_open() check ?
Regards,
...ab