I am trying to use
std::ifstream inStream;inStream.open(file_name);
If file_name does not exists, no exception is thrown. How can I make sure to throw in this case? I am using C++11
file_name
Aucun commentaire:
Enregistrer un commentaire