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 loopJLBorges, thank you. This solved my problem and helped me to understand what was going wrong.
I'm having trouble with string input in a loopNothing in that thread helped me to solve my problem or even better understand it. It actually made ...
This user does not accept Private Messages