I\'m making a C++ Mind Reader program, which is nearly complete. However, it feels the need to skip the second cin. I\'ve searched and I\'m not exactly sure what\'s wrong. I
cin.get(); cout << "Now please enter the country you are in at the moment:\n\n"; cin >> country; //<------ Line 32
type cin.get() before cout as I have done above and your problem will be resolved.