Thread
:
[SOLVED] is n1k = fChange == < 999 / 1000; a legal statement in C programming?
View Single Post
#
4
(
permalink
)
06-12-2007, 08:54 PM
therealchuckbales
Posts: n/a
n1k = fChange is an assignment operator. ==< is not even valid, it needs to be either == or <= (or just <). You can't assign and compare on the same statement.
__________________
therealchuckbales