A
Ancient_Hacker
Okay, now we know the function name can be conditionalized, Can a
parameter list go into a conditional? Something like:
int Func( float Angle, char * WhichMode ) { .. }
Result = Func Mode == Debug ? ( 3.14159, "Debugging" ) : ( Pi,
"Release" )
Now THAT really looks weird.
parameter list go into a conditional? Something like:
int Func( float Angle, char * WhichMode ) { .. }
Result = Func Mode == Debug ? ( 3.14159, "Debugging" ) : ( Pi,
"Release" )
Now THAT really looks weird.