I\'m trying to read in a string of text using getline. For some reason, it prints \'Please enter your selection\' twice:
Please enter your selection Please
I would use debugger (for example gdb in linux) to check why. Why make a theories when you can find out the real answer?