Posts

Is it reasonable to use the prefix increment operator ++it instead of postfix operator it++ for iterators? - by Andrey Karpov