What happens in this code is: const char * returnCharPtr() { std::string someString("something"); return someString.c_str(); }.
確定! 回上一頁