1, string to char* · string str=“world”; · Const char *p = str.c_str();// Same as above, add const or equal sign to the right with char*.
確定! 回上一頁