www.flickr.com

How to put loading design in C++

Monday, November 7, 2011 Posted by Glenn

Wonder how to put a loading design in C++? The ASCII Table will be necessary in your design.

Here is my example:


and Here is my code:



/*I got this idea from Engr. Billy Jo from MAPUA. :"> */

cout<<"\n\n\n\n\n\t\t\t Loading...Please Wait...";
cout<<"\t\t\t";
gotoxy(3,9);
printf("\t\t\tÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»");
gotoxy(3,10);
printf("\t\t\tº°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°º");
gotoxy(3,11);
printf("\t\t\tÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ");

for(int k=25;k<58;k++)
{
Sleep(90);
gotoxy(k,10);
printf("±");
}

glenn von

Author: Glenn Posadas

20 year old 5th year Computer Engineering Student, a blogger, photographer, programmer, and an electronics hobbyist; a Christian who loves God very much..

Sharing is so Easy:
StumpleUpon DiggIt! Del.icio.us Blinklist Yahoo Furl Technorati Simpy Spurl Reddit Google Twitter FaceBook

Labels: ,

Post a Comment

Drop a comment. Thank you guys!