I have a function recieving a string, which is a pair of comma delimited integers in a fashion such as \"12,4\". How can I parse the integers out of this string?
if you use Qt, you can use QString::split();
QString::split();