D Daniel Brower Jul 21, 2008 #1 I found documentation that uses the ^ notation after a type name. What does that notation mean? Daniel
I found documentation that uses the ^ notation after a type name. What does that notation mean? Daniel
D David Lowndes Jul 21, 2008 #2 I found documentation that uses the ^ notation after a type name. What does that notation mean? Click to expand... Daniel, In C++/CLI it's a handle to an object on the managed heap. You can find the documentation in MSDN. Dave
I found documentation that uses the ^ notation after a type name. What does that notation mean? Click to expand... Daniel, In C++/CLI it's a handle to an object on the managed heap. You can find the documentation in MSDN. Dave