I really don't entirely disagree, though I do think that convention is enough of a reason not to treat it as a hard rule. People getting tripped up reading your for loops can distract them from paying attention to what's really going on.
I do think that modern sources for learning C++ should switch to pre-increment, though. My go-to recommendation book, Accelerated C++, does pre- as a rule. Everyone learning C++ really should start with that book.
I do think that modern sources for learning C++ should switch to pre-increment, though. My go-to recommendation book, Accelerated C++, does pre- as a rule. Everyone learning C++ really should start with that book.