In the code, we made a C++ string from stream (ss.str()), then converted it to C string (const char *) using c_str(). Finally, we casted the constantness ( ...
確定! 回上一頁