Hacker News new | ask | show | jobs
by fjfaase 2012 days ago
I agree, but I feel it is a little sad that such a powerful programming concept as an iterator is hard to implement in C++ if you want to make full use of it. Other program languages have made better choices with respect to this and allow you to write cleaner, shorter code.
1 comments

Why not just use those two operators instead of more and next?