Click to See Complete Forum and Search --> : What does ^ sign mean?


RingPack
March 30th, 2008, 11:37 PM
array<String^>
System::Collections::IEnumerator^


I wanted to use .net class in visual c++ project.
I followed some instructions and changed options when I compile my project.
But, above code generates errors.
What is ^ sign?
Why do I need?
If that sign is necessary, how can I go away errors?

If that is not possible, I have to learn c# from the scratch, because I have used vc++ and c++ only so far.

Paul McKenzie
March 31st, 2008, 02:21 AM
The ^ sign in C++ is the exclusive-or operator.

But what you posted is not traditional C++ -- it makes no sense to us here in this forum. What you posted is Managed C++, and that ^ sign means something totally different, which the people at the Managed C++ forum can tell you more information.

Regards,

Paul McKenzie

Marc G
April 1st, 2008, 08:19 AM
[ moved thread ]