How to use the ternary operator this way : defined(FOO) ? value1 : value2hi Peter, Thanks a lot for your answer! Actually, I'm on a codebase in a team where I can't really a...
How to use the ternary operator this way : defined(FOO) ? value1 : value2hello there ! I often encounter a situation in which I do : #if defined(FOO) myfunc(0); ...
This user does not accept Private Messages