PDA

View Full Version : What does the ^ mean in visual studio C++?


Chaz Zeromus
04-06-2007, 10:10 PM
I'm new to all the VC++ things like the "^" symbol in 2005 express. Can someone give me the lay down on what it is. All the stuff thats not in a normal C++ compiler.

mackn
04-07-2007, 12:01 AM
Well assuming it means the same as in C and C++ ^ is XOR (exclusive OR)

If VC++ has a different meaning for ^ it's beyond me.