Qu'est-ce que que l'operateur ^ - C++ - Programmation
Marsh Posté le 05-01-2013 à 16:29:38
C'est du C++/CLI pour .NET
Citation : In C++/CLI the only type of pointer is the normal C++ pointer, and the .NET reference types are accessed through a "handle", with the new syntax ClassName^ instead of ClassName*. This new construct is especially helpful when managed and standard C++ code is mixed; it clarifies which objects are under .NET automatic garbage collection and which objects the programmer must remember to explicitly destroy. |
http://en.wikipedia.org/wiki/C%2B%2B/CLI
A+,
Marsh Posté le 05-01-2013 à 16:19:33
Bonjour
Ayant parcouru quelques sources msdn il y a peux je suis tomber sur ceci : System::Object^
Je connais les pointeurs et les alias, mais ça je ne trouve pas et pourtant j'ai beau chercher sur msdn et sur cppreference.com
(edit: merci gilou)
Message édité par bqron le 05-01-2013 à 16:38:35
---------------
The success, is a progressive realization of a worthy ideal