I\'m writing an application that work with a tree data structure. I\'ve written it with C++, now i want to write it by C#. I use pointers for implementing the tree data stru
Yes, there is a pointer: IntPtr
Wikipedia: "which is a safe managed equivalent to int*, and does not require unsafe code"