What does the caret (‘^’) mean in C++/CLI? I just came across this code and a few Google searches turn up no explanation of this mysterious (to me) syntax. Hashtable^ tempHash = gcnew Hashtable(iterators_); IDictionaryEnumerator^ enumerator =... May 24, 2022 0 Comments