可以使用GetCommandLine()來取得Command line參數,下面一個簡易範例。 int argc;. char** argv = CommandLineToArgv(GetCommandLine(), argc);.
確定! 回上一頁