c++ simple game project #cpp #codewithharry
I hope you Subscribe my channel Source code #include <iostream> #include <windows.h> using namespace std; //Created by:- skeleton programmer // I hope you Subscribe my channel void start() { string name, answer; for(int i=1; i<=1;i++){ cout<<"S"<<endl; sleep(1); cout<<"T"<<endl; sleep(1); cout<<"A"<<endl; sleep(1); cout<<"R"<<endl; sleep(1); cout<<"T"<<endl; sleep(1); } cout << "\nLet's Start the Game " << endl; sleep(1); cout << "Enter your name " << endl; cin >> name; cout <...