Comment on Ask HN: How to refresh on modern features of C++?parentComments−angersock11yYou know what we call (C++)--?C.:)−throwawayaway11yyou should actually preincrement there to avoid the copy constructor, the correct formulations is (++C)--−angersock11yHow do you know that my preincrement and postincrement are the same? ;)Well played, at any rate.
Comments
You know what we call (C++)--?
C.
:)
you should actually preincrement there to avoid the copy constructor, the correct formulations is (++C)--
How do you know that my preincrement and postincrement are the same? ;)
Well played, at any rate.