User: eyeless71

  • Public profile

User profile: eyeless71

User info
User name:eyeless71
History
Joined:
Number of posts:6
Latest posts:

Pig latin
[code] string pigLatinString(string originalString){ string word, newString; size_t x = 0, w...

How do I check one variable before inputting the others on the same line?
@Chervil - These are the rules for the project: [quote] Write a program that simulates the dialing o...

How do I check one variable before inputting the others on the same line?
[code] cout << "Enter a phone number(Enter Q to quit): "; cin >> a >> b >> c >> d >> e >> f >> ...

I'm having trouble with string input in a loop
JLBorges, thank you. This solved my problem and helped me to understand what was going wrong.

I'm having trouble with string input in a loop
Nothing in that thread helped me to solve my problem or even better understand it. It actually made ...

This user does not accept Private Messages