c++ palindrome problem How about you just create an infinite loop, then add this after cin: if (word == "END") break; // o...
Random AlphabetWhere 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 - QuestionThat's what I wanted to hear. But I still want more general answer, not about specific statements. ...
Cleaning Up Code - QuestionI'm sorry, I realize now that the question was very unclear. Bad example, but consider this: [cod...