Steve Teale:
The only place I have tended to use the comma operator is in ternary expressionsbool universal; atq = whatever? 0: universal = true, 42;
I classify that as quite tricky code, it's a negative example :-( Bye, bearophile
Steve Teale:
The only place I have tended to use the comma operator is in ternary expressionsbool universal; atq = whatever? 0: universal = true, 42;
I classify that as quite tricky code, it's a negative example :-( Bye, bearophile