Given the following: for( std::string line; getline( input, line ); ) { CString strFind = line.c_str(); int n = strFind.ReverseFind( '\\' ); CString s ...
確定! 回上一頁