Why is it better to use \'!=\" than \'<\' in a vector loop? I just can\'t see the difference.
Some iterator types don't support the less-than operator -- they only support the inequality operator. That's why you'll often see the less-than operator forsaken.