Fork me on GitHub

system("x")

system("pause");和system("cls")使用示例程序

 #include "stdio.h"
 #include "stdlib.h"
 #include "math.h"
 int main()
  {
    printf("hello world\n"); 
    system("pause"); 
    system("cls");
  }
posted @ 2014-09-15 09:10  夏成都  阅读(148)  评论(0编辑  收藏  举报