User profile: rageoutfool

User info
User name:rageoutfool
History
Joined:
Number of posts:5
Latest posts:

input of letter or symbol crashes program
^^ Absolutely correct. I just implemented it for my final project. [code] while (cin.fail()) ...

input of letter or symbol crashes program
I'm pretty sure you can satisfy your if condition with the #include <cctype> and this: [code] i...

recursive function to reverse a word
I did this program and can't find it and I'm working on my final but the concept is this: Make a ch...

class/member function (Choice::Set) issue
[code] #include "stdafx.h" #include <iostream> #include <ctime> #include <cctype> using nam...

class/member function (Choice::Set) issue
Hey guys. I'm new to C++ (this semester) and I'm having an issue with my member function Choice::Se...