PDA

View Full Version : coder help - what's this ^= ?


c h u d
May 17th, 2005, 11:38 AM
I'm not a crazy-experienced programmer; but I use it for my research. I have some code with equations and I'm trying to determine what they are calculating. This symbol is used as follows: if x ^= 5 then...Anybody know what the ^= would be?

luthair
May 17th, 2005, 11:49 AM
I would think x^5

Which language?

Rehan
May 17th, 2005, 11:55 AM
http://www.google.ca/search?q=c+operators

c h u d
May 17th, 2005, 12:01 PM
http://www.google.ca/search?q=c+operators

Thanks:)