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 programI'm pretty sure you can satisfy your if condition with the #include <cctype> and this: [code] i...
recursive function to reverse a wordI 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) issueHey guys. I'm new to C++ (this semester) and I'm having an issue with my member function Choice::Se...