Uwe,
Regarding your commit; just pointing out that you don't increment the j variable in the inner loop:
for ( int j = 0; j < size2; i++ )
qSwap( ticks[j], ticks[size - 1 - j] );
Uwe,
Regarding your commit; just pointing out that you don't increment the j variable in the inner loop:
for ( int j = 0; j < size2; i++ )
qSwap( ticks[j], ticks[size - 1 - j] );
Bookmarks