0

I stumbled upon this code and don't understand the ^ operator in the string ^name declaration. I found on google that it is a bitwise XOR operator but can't see the relevance here:

ref class Animal{

int legs;

String ^name;

};

Jerry Coffin
  • 476,176
  • 80
  • 629
  • 1,111
Chris Dobkowski
  • 325
  • 4
  • 13

0 Answers0