User profile: Fresh Grass

User info
User name:Fresh Grass
Website:http://fresh-grass.deviantart.com/
History
Joined:
Number of posts:63
Latest posts:

c++ palindrome problem
How about you just create an infinite loop, then add this after cin: if (word == "END") break; // o...

Random Alphabet
Where is the "output bellow"? Here is a "hint": for(char ch = 'a'; ch < 'a' + 20; ++ch)

checking of alphabet or digit.
I don't use ASCII codes myself, he just said his tutor used ASCII, if I understood correctly.

Cleaning Up Code - Question
That's what I wanted to hear. But I still want more general answer, not about specific statements. ...

Cleaning Up Code - Question
I'm sorry, I realize now that the question was very unclear. Bad example, but consider this: [cod...