Codecademy / learn-cpp

Codecademy | Learn C++
https://www.codecademy.com/learn/learn-c-plus-plus
715 stars 334 forks source link

Update functions.cpp #8

Closed msmilkshake closed 5 years ago

msmilkshake commented 5 years ago

++prefix unless you need to postfix++ prefixing is more performant than postfixing. Trivial here, but might cause bad habits. This is best practice, and since this is a tutorial for newcommers, better lead them the best way.