ifstream f;f.open(fileName);if ( f.fail() ){//I need error message here, like"File not found" etc. -//the reason of the failure}如何将错误消息作为字符串 ...
確定! 回上一頁