This question shows research effort; it is useful and clear
20
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
std::wstringaを aに変換する方法がわかりません WCHAR*
std::wstring wstrProcToSearch;
WCHAR * wpProcToSearch = NULL;
std::wcin >> wstrProcToSearch; // input std::wstring
// now i need to convert the wstring to a WCHAR*