RingPack
March 31st, 2008, 12:37 AM
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.
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.