Maths Teacherthanks a million, works a treat: http://www.cplusplus.com/doc/ascii/ shows 2 sets of ascii characte...
Maths TeacherFor pupils it would be vastly better to use the divide symbol that is ascii character 247 so could I...
Maths TeacherHi, I'm trying to develop an application to answer any maths questions. As a maths teacher the ma...
Comma Separated String to int pointer and lengthint stringint(string * input){ int result; stringstream myStream(*input); myStream >> result; re...
Comma Separated String to int pointer and lengthThis is now my code, not error proof at all. struct intarray { int * intp; int intlgh; }; int comm...
This user does not accept Private Messages