string#include <string> string a; strinb b = a + "aaa"; ができる. wstringも同様に wstring c; wstrinb d = c + L"bbb"; c.c_str()でポインタにアクセス