Hello guys,

After performing some C++ testing on vector iterators. I have found that the postfix-increment is faster.



#include <vector>
#include <stdlib.h>
using namespace std;