Quote Originally Posted by mickey
why use '++ll' in for and not 'll++'? Thanks
ll++ is less effective, because it must create a copy of the iterator, increment the iterator and return that copy.