Having a little problem with cin and a while loop.Thanks I used a little of all of your responses. [code]int nX; bool btrue = false; while (!btr...
Finding Capital LetterAnother simple way to do it using for loops. [b]Code[/b] [code]char hittaStorLitenBokstav(char test...
Having a little problem with cin and a while loop.I'm having a problem with this code. [code] int nX; while (1) { cin >> nX; ...
How do you make one of them doohickies.@giblit Oh my mistake, I wasn't aware that you could do that so I assumed it was an error you didn't...
How do you make one of them doohickies.@giblit It didn't work you used = instead of ==, then after it compiled it just closed. @cire Cool,...
This user does not accept Private Messages