Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のような文字列を返す関数がありますconst char *。
const char *
const char* get_text();
関数を呼び出す必要がありますAfxMessageBox(LPCTSTR text)。
AfxMessageBox(LPCTSTR text)
で取得した文字列を変換するにはどうすればよいget_text()ですか?
get_text()