User: tmoney91

  • Public profile

User profile: tmoney91

User info
User name:tmoney91
History
Joined:
Number of posts:13
Latest posts:

Issue with the Sleeping Barber Problem
Hello, I understand the description of the Sleeping Barber problem but with the code below, it s...

validate char input
You 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