View Single Post
Old 08-31-2008, 08:00 AM   #9 (permalink)
S0ULphIRE
S0ULphIRE's Avatar
 
01001100011011110110110

Join Date: Mar 2007

Location: Perth, Australia

Posts: 1,963

S0ULphIRE has a spectacular aura aboutS0ULphIRE has a spectacular aura about

Send a message via MSN to S0ULphIRE
Default Re: C++ Programming Help

^he explains what he wants pretty well in the first post I think.
um, not too sure about character checking and such, but you could try this:

while (getchar()!='A');

you might need to split the statement up a little, compiler might not like that.

that should just wait until getchar equals the letter A, then add what you want to do after that.
__________________
"As a result of all this hardship, dirt, thirst, and wombats, you would expect Australians to be a dour lot. Instead, they are genial, jolly, cheerful, and always willing to share a kind word with a stranger, unless they are an American."
-- Douglas Adams

Click this if I helped you
>>>><<<<
S0ULphIRE is offline