摘要:
C++文件操作 阅读全文
posted @ 2012-05-10 23:01
血马雄风
阅读(94)
评论(0)
推荐(0)
摘要:
1.推荐用Sleep()Sleep() 函数头文件为 <windows.h>MS VC++可以用MFC的Sleep函数,参数是毫秒。#include<iostream>#include<windows.h>using namespace std;void main (){ Sleep(1000); //延时1秒 cout<<"adsd"<<endl; Sleep(10000); // 注意S大写 cout<<"123"<<endl;} 2.delay()函数 delay函 阅读全文
posted @ 2012-05-10 16:53
血马雄风
阅读(2745)
评论(0)
推荐(0)

浙公网安备 33010602011771号