... LPSTR szCmdLine, int iCmdShow) { std::stringstream ss; ss<<GetCommandLineA(); std::string str; ss>>str; std::cout<<str; return 0; } ...
確定! 回上一頁