Reading, converting, and outputting stringsWhat exactly is going wrong? Be specific. If you haven't yet, you can always use cout or asserts to ...
LoopIf you are just starting out with C++, I wouldn't read anything from Bjarne just yet. He typically w...
Creating an array with random lettersCast your numbers to a char. For example: [code]char a = 65;[/code] Stores the character represent...
Reading in spaces and editing chars in getline?cin does not collect spaces. In fact, it reads whatever you entered up until the first thing, then p...
Validating loop input and writing to fileSo what do you want to have happen if it is true that the grade is greater than 100? The logic looks...
This user does not accept Private Messages