Back to course

Increment and Decrement

C++ Masterclass: From Zero to Hero

++x (prefix) vs x++ (postfix). ++ adds 1, -- subtracts 1.