/ Published in: Other
Expand |
Embed | Plain Text
char* s = new char[ _srcFileName.length() + 1 ]; strcpy( s, _srcFileName.c_str() ); cout << s <<"n"; // 処理 delete [] s;
You need to login to post a comment.
char* s = new char[ _srcFileName.length() + 1 ]; strcpy( s, _srcFileName.c_str() ); cout << s <<"n"; // 処理 delete [] s;
You need to login to post a comment.