User profile: degausser

User info
User name:degausser
History
Joined:
Number of posts:52
Latest posts:

Reversing the input of an array.
Ended up with: [code]char score[10] = {'\0'};[/code]

Reversing the input of an array.
So I went with: [code]char score[10] = {' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' '};[/code] I ...

Reversing the input of an array.
It wasn't so much that as the cin.get inside loop parameters

Reversing the input of an array.
@vlad from moscow: I don't understand what these [code]( c = cin.get() ) score[i] = c cout.put( s...

Reversing the input of an array.
See, I tried that the very first time, too, but I kept getting this: http://i.imgur.com/GP2eS.png N...