Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
is there an easy way to convert a string to a variable and visa versa and without using sstream?
what do you mean by "variable" here?
int
Read the manual:
http://doc.qt.nokia.com/4.7/qstring.html#toInt
i can't find the int to string conversion in the docs. anyone knows where it is?
Try "this":http://doc.qt.nokia.com/4.7/qstring.html#number
thank you.