Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/10/03 01:09
Read: times


 
#43173 - RE: Not Branching conditional statement \'c \'
Responding to: ???'s previous message
Or the one of similar ilk......

if(x = y)
{
....
}

....when you mean

if(x == y)
{
...
}

Funny thing is I rarely have these problems when I write in assembly language. :=)

Michael Karas


List of 6 messages in thread
TopicAuthorDate
Not Branching conditional statement 'c '            01/01/70 00:00      
   RE: Not Branching conditional statement \'c \'            01/01/70 00:00      
      RE: Not Branching conditional statement \'c \'            01/01/70 00:00      
         RE: Not Branching conditional statement \'c \'            01/01/70 00:00      
            RE: Not Branching conditional statement \'c \'            01/01/70 00:00      
   RE: Not Branching conditional statement            01/01/70 00:00      

Back to Subject List