A
almurph
Hi
Hope you can help me with this one. Is the following "C" code:
short somevar, MethodName();
shorthand for:
short somevar = MethodName();
where the MethodName() returns a short?
Would appreciate any comments/suggestions/explanations that you may
have.
Thanking you,
Al.
Hope you can help me with this one. Is the following "C" code:
short somevar, MethodName();
shorthand for:
short somevar = MethodName();
where the MethodName() returns a short?
Would appreciate any comments/suggestions/explanations that you may
have.
Thanking you,
Al.