Hi,
Does methods of "std::fstream" set "errno" appropriately Does the mentioned anywhere in docuemnts of Visual C++
Best regards,
HouZhenYu
Hi,
Does methods of "std::fstream" set "errno" appropriately Does the mentioned anywhere in docuemnts of Visual C++
Best regards,
HouZhenYu
Does methods of "std::fstream" set "errno" appropriately?
TheOneFD
I don't see a reason for it not setting that "errno" correctly (unless it has some bug). Check this page for information of what error flags are set when using fstream members:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/vclang98/html/_iostream_fstream.asp
Medes_