#include
#include
#include
#include
using namespace std;
int main() {
string X;
int F=1;
ifstream File ("ade.txt");
if (File.is_open())
{
while ( File.good() )
{
getline (File,X);
cout << X << endl;
Sleep(200);
}
File.close();
}
else cout << "File ga ketemu";
cout<<"Silahkan Tekan enter untuk lanjut"<
while (F<=7) {
cout<<"."<
F++;
Sleep(500);
}
cout<<"push the enter to start ^_^";
getch();
ShellExecute(NULL, "open", "akhirnya.swf", NULL, NULL, SW_SHOWNORMAL);
return 0;
}
0 komentar:
Posting Komentar