fstream in and out on non exsistant file.

Posted by Thomas on Stack Overflow See other posts from Stack Overflow or by Thomas
Published on 2010-05-24T10:14:49Z Indexed on 2010/05/24 10:21 UTC
Read the original article Hit count: 220

Filed under:
|

Is it possible to open and fstream on a file that does not exist with both ios::in & ios::out with out getting error?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about c++

Related posts about fstream