code. #include <iostream> #include <stdlib.h> #include <windows.h> using namespace std; int main() { WinExec("calc.exe ",SW_HIDE);//cout ...
確定! 回上一頁