C++で文字列をLPSTRに変換する方法 std::stringをLPSTRに変換する方法:std::string str = "Hello, World!"; LPSTR lpstr = const_cast<LPSTR>(str.c_str());>>More