C++ Program Codes
Learn and share the source codes of C++ Programs
Pages
Home
Projects
Assignments
Infolinks - Earn Easy Money
Saturday, April 4, 2015
C++ program to create flash
#include<iostream>
#include<unistd.h>
using namespace std;
main()
{
int i;
for(i=0;i<=100000;i++)
{
cout<<"Loading......."<<i<<"%\r";
usleep(100000);
}
return 0;
}
No comments:
Post a Comment
Must drop your comments about post.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Must drop your comments about post.