U
U
uef2011-03-19 11:57:17
Programming
uef, 2011-03-19 11:57:17

^ sign in Visual C++?

I have been programming in C/C++ for a long time and used "classical" constructions.
This week there was a need to make a tiny program for Windows. Especially for this, I downloaded MS Visual Studio C++ 2010 Express
. It generated a form for me, a code for it. And among the declaration of members of the form class, I see the ^ sign all the time. Example:
private: System::Windows::Forms::Label^ label3;
Can you tell me what this "^" sign means? I couldn't find it quickly, I don't know the keyword.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Y
YourChief, 2011-03-19
@YourChief

these are links served by a pre-net garbage collector instead of the traditional CRT

I
Infernal, 2011-03-19
@Infernal

Reference to GC object

M
mstyura, 2011-03-19
@mstyura

A good topic on the topic habrahabr.ru/blogs/net/111071/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question