what does ^ mean

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Daniel Brower

    what does ^ mean

    I found documentation that uses the ^ notation after a type name. What does
    that notation mean?

    Daniel


  • David Lowndes

    #2
    Re: what does ^ mean

    >I found documentation that uses the ^ notation after a type name. What does
    >that notation mean?
    Daniel,

    In C++/CLI it's a handle to an object on the managed heap. You can
    find the documentation in MSDN.

    Dave

    Comment

    Working...