hzusb 当前离线
一级士官
awk 当前离线
上尉
TOP
sky02 当前离线
中校
ArdentMan 当前离线
中尉
qq2501 当前离线
Demon 当前离线
函数名: system 功 能: 发出一个DOS命令 用 法: int system(char *command); 程序例: #include <stdlib.h> #include <stdio.h> int main(void) { printf("About to spawn command.com and run a DOS command\n"); system("dir"); return 0; } 复制代码
回复 awk 只是一个函数就可以搞定的事情,没什么技术含量,正巧我的电脑也装有C++编译器。 qq2501 发表于 2011-12-28 23:28
冷玉公子 当前离线
三级士官