Or one more reason to move away from raw loops.
Reminds me an exercise with Jason Turner. Using iterator was better than using indices. go figure :)
it is better than using indices, especially now that we can take advantage of parallel algorithms in STL :)
Reminds me an exercise with Jason Turner. Using iterator was better than using indices. go figure :)
it is better than using indices, especially now that we can take advantage of parallel algorithms in STL :)