the error is in this section of the code, first code I've ever attempted any useful tips to remembering how to avoid or fix this issue would be greatly appreciated
cout << "==>\aPlaye r "<<--player" win ";
else;
cout <<"==>\aGame draw";
cin.ignore();
cin.get();
cout << "==>\aPlaye r "<<--player" win ";
else;
cout <<"==>\aGame draw";
cin.ignore();
cin.get();
Comment