Membuat teks berjalan dengan c++ || warna teks || perulangan

#include <dos.h>
#include <windows.h>
#include <iostream>
#include <conio.h>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
using namespace std;
int main()
{
 system ("COLOR B");
 double x;

 char redo;
 do
 {
string sambutan="\t\t\t-----------KATA KATA----------- \n",about="Hingga malam semakin larut \n",lagi="aku hanya terdiam meratapi kesakitanku yang teramat dalam \n",lagilagi="Pernah terpikirkan olehku untuk melupakanmu \n",ampo="tetapi kenangan itu begitu indah hingga tak kuasa aku menyerah untuk menjaganya ",ampoo="dalam batin dan pikiranku \n\n",ampooo="Selamat tinggal mungkin bukan kata yang tepat atas semua pengorbanan \n",ampoooo="yang telah aku lakukan untuk selalu menjagamu \n",ampooooo="Kehilangan-lah yang lebih tepat menggambarkan perasaan hati \n",ampoooooo="yang sangat sakit ini \n";
for (int x=0;x<=sambutan.length();x++)
 {
 cout<<sambutan[x];
 for (double y=0;y<=9990000;y++)
 {

 }
 }
 cout<<"\n";
//animasi  about
 for (int x=0;x<=about.length();x++)
 {
 cout<<about[x];
 for (double y=0;y<=7990000;y++)
 {

 }
 }
 cout<<"\n";
 //animasi  lagi
 for (int x=0;x<=lagi.length();x++)
 {
 cout<<lagi[x];
 for (double y=0;y<=6990000;y++)
 {

 }
 }
 cout<<"\n";
 //animasi  lagilagi
 for (int x=0;x<=lagilagi.length();x++)
 {
 cout<<lagilagi[x];
 for (double y=0;y<=5990000;y++)
 {

 }
 }
  cout<<"\n";
 //animasi  ampo
 for (int x=0;x<=ampo.length();x++)
 {
 cout<<ampo[x];
 for (double y=0;y<=5990000;y++)
 {

 }
 }
  cout<<"\n";
 //animasi  ampoo
 for (int x=0;x<=ampoo.length();x++)
 {
 cout<<ampoo[x];
 for (double y=0;y<=5990000;y++)
 {

 }
 }
  cout<<"\n";
 //animasi  ampooo
 for (int x=0;x<=ampooo.length();x++)
 {
 cout<<ampooo[x];
 for (double y=0;y<=5990000;y++)
 {

 }
 }
 cout<<"\n";
 //animasi  ampoooo
 for (int x=0;x<=ampoooo.length();x++)
 {
 cout<<ampoooo[x];
 for (double y=0;y<=4990000;y++)
 {

 }
 }
 cout<<"\n";
 //animasi  ampooooo
 for (int x=0;x<=ampooooo.length();x++)
 {
 cout<<ampooooo[x];
 for (double y=0;y<=3990000;y++)
 {

 }
 }
  cout<<"\n";
 //animasi  ampoooooo
 for (int x=0;x<=ampoooooo.length();x++)
 {
 cout<<ampoooooo[x];
 for (double y=0;y<=3990000;y++)
 {

 }
 }
 //akhir animasi
 cout<<"\n---------------------------------------------------------------------------"<<endl;
 cout << "Anda Ingin Mengulangnya Kembali?(Y/T)" << endl; cin >> redo;}
while(redo=='y'||redo=='Y');
cout<<endl<<endl;
cout<<"Terimakasih :) ";

cout<<endl<<endl<<endl<<endl;
cout<<"Design and Program By : Dedy Saputra ";
cout<<"\n---------------------------------------------------------------------------"<<endl;

system ("PAUSE");
return 0;
}

Related Posts: