I want to convert a string to a char array, not a char*. ... cout << tmp << "\n"; // string to char* - but thats not what I want char *c ...
確定! 回上一頁