Hi,
i have:
string letter;
cout << ">Please enter a letter: \n>";
getline(cin, letter);
What i am trying to work out is how to restrict the user for only entering one letter - has to use a string due to being used in a function later which only takes a string .... i know i hate to say this on here but help ( have tried googling) :D
Thanks