User: CS Student

  • Public profile

User profile: CS Student

User info
User name:CS Student
History
Joined:
Number of posts:33
Latest posts:

Reading, converting, and outputting strings
What exactly is going wrong? Be specific. If you haven't yet, you can always use cout or asserts to ...

Loop
If you are just starting out with C++, I wouldn't read anything from Bjarne just yet. He typically w...

Creating an array with random letters
Cast 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 file
So 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