Can someone please let me know why this is throwing a runtime exception? What's the best way to go from a String to an Integer?<P>Thanks<P><BR>//AdditionServer.java ...
You can use atoi() on CStrings, they are automatically converted to a char* when you pass them to a function that wants a char* as a param.