Ads 468x60px

Kamis, 27 November 2014

latihan C++ font berwarna

//latihan C++ font berwarna
#include <conio>
#include <iostream>
#include <stdio>
main()
{
 int a;
 clrscr();
 for (a=1; a<=20; a++)
 {
  textcolor(a);
  cprintf("\r \nSEMANGKA>>>>      *** SEMANGAT KAWAN !!!***");
  }
   textcolor(1023);
   cout<<"\n\n\t\t";
  cprintf("by Murosadatul :)");
  getch();
 }

 Hasil dari coding diatas (Simpel kan belajar c++)......

Selamat mencoba...

0 komentar:

Posting Komentar

 
Blogger Templates