サーバレス練習帳

着眼大局着手小局

【C++】コマンドライン引数の確認

http://wisdom.sakura.ne.jp/system/winapi/win32/win6.html

MessageBox(NULL , GetCommandLine() ,TEXT("Kitty") , MB_ICONINFORMATION);

http://eternalwindows.jp/winbase/window/window06.html