Can some kind person help me with converting this statement ...
a+ = b*c
is it :
a = a + b*c ?
It seems most code out there is in C and i dont know the ground
rules for C
------------------
Kind Regards
Mike
a+ = b*c
is it :
a = a + b*c ?
It seems most code out there is in C and i dont know the ground
rules for C
------------------
Kind Regards
Mike
Comment