ifstream f;f.open(fileName);if ( f.fail() ){ // I need error message here, like "File not found" etc. - // the reason of the failure} How to get error ...
確定! 回上一頁