I learned my c++ from Learncpp, which is an excellent website and I would recommend, but it never teaches delegates and events (among other subjects). When I try to learn those subjects I run a lot to the unary postfix ^ operator, for example "String^ str".
This operator is used much like the * for pointers and & for references, so I assume it does something in the same vain. This operator is never really explained anywhere.
Can someone explain to me what is this operator?
Thanks.
Edit: The question has been answered well in the comments. Thanks you!