While i was browsing through the forums of a C++ community i found a code which used the following statement. Can any one please tell me what it actually means.
ret >?= cur ;
ret and cur are integers.
Is this by any chance the shorthand if statement (a>b?c:d)