Is that .NET related? It appears to be a pointer of some sort, what is the difference?
Edit:
I actually know it is the XOR operator, but look at this example from this page.
void objectCollection() {
using namespace System::Collections;
**ArrayList ^as = gcnew ArrayList;**
//... }
What is this?
Thanks.