#include <iostream>
#include <windows.h>
using namespace std;
int main()
{
cout<<" a";
Sleep(1000);
cout<<"\b ";
cout<<endl;
return 0;
}
//You can extend this to get your required result.
Platform for learning C++. Extremely useful Articles & quick Answering service.
No comments:
Post a Comment