I have a smiple function for testing: const char* test() { std::string strReturn("1234"); return strReturn.c_str(); }
確定! 回上一頁