Harrington
Programmer
This may be trivial, but something I haven't seen before... in some existing code I came across a statement (where temp_calc is a char variable):
if ( !(temp_calc, "MULTI_TEST" )...
What does the "(,)" operator do? Is it legal with two char types as shown in the above example?
Thanks in advance!
if ( !(temp_calc, "MULTI_TEST" )...
What does the "(,)" operator do? Is it legal with two char types as shown in the above example?
Thanks in advance!