Selasa, 28 Juni 2011

Program Kedap-Kedip Berwarna

Program kedap-kedip dengan compiler borland C++

#include <iostream>
#include <conio>

void delay(int a)
    {
        for(int x=0;x<a*100;x++)
{
        for(int y=0;y<a*100;y++)
            {}
    }
}

main(){
    for(int i=0;i<=100;i++){
       delay(80);
      textcolor(i);gotoxy(1+1,1);cprintf("doddy adi pranatha");
    }
   getch();
}

Tidak ada komentar:

Posting Komentar