码迷,mamicode.com
首页 > 编程语言 > 详细

linux下c++sleep函数

时间:2018-02-23 14:45:49      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:amp   iostream   end   inf   space   com   alt   char   info   

#include <iostream> 
#include <unistd.h>
using namespace std;

int main(){
    int i;
    char x[300];
    memset(x,0,300);
    for(i=0;i<10;i++){
        sprintf(&x[0],"%2d",i);
        x[2]=%;
        x[3+i]==;
        printf("\r%s>",x);
        fflush(stdout);
        sleep(1);
    }
    printf("\n");
    // cout << "test1" << endl;
    // sleep(2);
    // cout << "test2" << endl;

}

sleep() 秒级

usleep() 微秒级

输出结果:

 

技术分享图片

 

 

linux下c++sleep函数

标签:amp   iostream   end   inf   space   com   alt   char   info   

原文地址:https://www.cnblogs.com/ryanzheng/p/8461787.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!