Possible Duplicate:
What does the caret mean in C++/CLI?
What does ^ mean in this example?
String^ dd= Convert::ToString(DateTime::Now);
or array<String^,2>^ or OleDbCommand^ and so on ...
This is not C++, but either Managed C++, C++/CLI, or WinRT. In all of those instances, this notation stands for a managed reference.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With