Saturday, May 22, 2010

What does the ^ mean in visual studio C++?

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.

What does the ^ mean in visual studio C++?
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.
Reply:Power of...e.g. 2^3 = 2 X 2 X 2 = 8


No comments:

Post a Comment