C
Chris Saunders
I was reading some C code and came across this:
ij = ic: 0;
ij and ic are of type int.
I assume that ij and ic are being assigned the value 0 but
I don't recall ever seeing this before.
Anyone know if this is proper?
Regards
Chris Saunders
ij = ic: 0;
ij and ic are of type int.
I assume that ij and ic are being assigned the value 0 but
I don't recall ever seeing this before.
Anyone know if this is proper?
Regards
Chris Saunders