请教:生成的exe文件一闪而过,该怎么解决?
请教:生成的exe文件一闪而过,该怎么解决?我用的是VC。
2008-10-19 21:42
2008-10-19 22:25
2008-10-19 22:26
2008-10-19 22:27
2008-10-19 22:30
2008-10-19 22:38
2008-10-19 22:39

2008-10-19 23:24
程序代码:
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
system("pause");
return 0;
}

2008-10-20 00:46
2008-10-20 09:33