Trying to deal with string to int conversionThank you very much everyone:) It doesn't surprise me that such a frustrating mistake on my part cam...
Trying to deal with string to int conversionfirst two loops [code] do { cout<<endl<<"Year of birth?"<<endl; cin>...
Trying to deal with string to int conversionI always though of >> as "send to". so x is the string that I want to >> the converter. then I want ...
Trying to deal with string to int conversionwhy would I need another int? also now I'm getting ambiguous overload operator>> in ss>>y ,and a bi...
Trying to deal with string to int conversionI replaced my is int and atoi with [code]month=y( temp); if (month!=10000)[/code] a...
This user does not accept Private Messages