User profile: atriumheart

User info
User name:atriumheart
Name:Joshua
Location:Hattiesburg, MS
Bio:I'm a c++ noob. I joined this forum so that I could learn from others and pay it forward.
History
Joined:
Number of posts:31
Latest posts:

Need help finding a logic error
Thanks man. I tried that. Still no luck. I have no idea what is going on.

Need help finding a logic error
I'm working on a palindrome function for numbers. Whenever I enter a 3 digit number, the reversed nu...

sales commission
[code] #include <iostream> #include <cstdlib> #include <iomanip> double com_earned(size_t); using ...

Implement all functions in the class
[code] Person::Person(string pname, int page) { pname = int name; page = int age; } [/code] what ??...

qasdas
if there is a space between the numbers, then that shouldn't change a thing. If it was simply "57", ...