Why does this Constructor/Class not call right.In the constructor, it should be [code]pName = pname[/code] instead of the other way around. To chec...
Finding volume or surface area of a sphereNext time you can be more specific about what exactly isn't working. The only thing I would change t...
How Do I Declare Variable?Use [code]std::string n[/code] instead of [code]char n[/code]. Char can only store one letter.
Question on this program (Please help!)The function is [code]isdigit(char)[/code] I would check a string like this: [code]string text = "12...
string (theString) First of all, it's always a good idea to search up info about things your not sure of: http://www.cp...
This user does not accept Private Messages