Forum: C++ Dec 12th, 2007 |
| Replies: 4 Views: 1,242 Thanks for the help. I was able to use what you did.. It makes sense actually.. We never really worked with boolean much so I hadnt thought of that route. I did need to change the && to || because... |
Forum: C++ Dec 12th, 2007 |
| Replies: 4 Views: 1,242 Thanks for the reply.. I think i understand what you are saying.. That was a good point about the lower or uppercase. I will worry about that when I can get the main part working. I tried fixing... |
Forum: C++ Dec 11th, 2007 |
| Replies: 4 Views: 1,242 Hi,
I am trying to do a pretty basic project for my computer science class. The part that is giving me trouble is where the user needs to input every letter of the alphabet in a random order but... |