Issue with the Sleeping Barber ProblemHello, I understand the description of the Sleeping Barber problem but with the code below, it s...
validate char inputYou could possibly change your while loop to an if loop. For example: [code]if (letter==e) //exit ...
Palindrome.This wouldn't exactly be following your directions but what about first setting a string equal to so...
A string that returns what I type in?Hello. All you need to do is replace your cin with a getline statement. If I understand it correctly...
Pointer as private member data Philip, You are a saint! Thank you so much. The code you gave me worked with the snippet and I c...
This user does not accept Private Messages