Qt Code:
int i = 0; while( i < ArrayX.count() ) // ArrayX.size() also gives the total number of items { i++; // }To copy to clipboard, switch view to plain text mode
Make sure the ArrayX.count() & ArrayY.count() are equal if you are using values of both the arrays inside while.




Reply With Quote

Bookmarks