So my next question is how big do you expect your 2D array to be? ... new char[100]; ... char *tmpbuf = (char*)malloc( 3 * 100 ); int i; ...
確定! 回上一頁