User profile: fearpop

User info
User name:fearpop
Name:John
Location:Vancouver
History
Joined:
Number of posts:5
Latest posts:

do { } while (a!="quit"); not working
Well it isn't pretty, but it works! I think all I was looking for was the exit function, instead of ...

do { } while (a!="quit"); not working
Hey thanks, I have only read up to the "Pointers" section in the tutorial and wanted to test my know...

do { } while (a!="quit"); not working
This gives me three errors: [code]// do while sentinel #include <iostream> #include <string> ...

do { } while (a!="quit"); not working
Thanks for your quick responses. I will review switches, but my goal here is to create a specific in...

do { } while (a!="quit"); not working
[code]// do while sentinel #include <iostream> #include <string> using namespace std; int ...