+ 1
Postfixes and Prefixes
In C++ I am kinda facing troubles in postfixes and prefixes even tho I understand how it works however I still face some troubles using it,is prefixes and postfixes important? I am a game developer and it’s stressing me out
1 ответ
+ 2
I++ Return value
++i return incremened value
I-- return value
--i return decremented value..