D4NM4N #1 Whats the max equivalent of a++ (a=a+1)?I know its a lame question, but i know its there, just cant find any examles
Nilium #3 A :+ 1Or, if used like call( a++, b, c ) it would becall( a, b, c )a :+ 1Learn C++, dang it.