hi I need put the col nu,ber inside f; this is working; is there a better way? (eg more fast) thanks
Qt Code:
float f[4]; for (int i=1; i <= col.length(); i++) { int p=0; if (col.at(i) == ' ') { f[p] = c.toFloat(); p++; } }To copy to clipboard, switch view to plain text mode
Bookmarks