Json으로 파싱하다 알게된건데 


std::string str("test");


str.c_str();

또는


str.data();호출



+ Recent posts