J
Jason
I am porting code from c++ and would like to use managed c++ to turn it into
an assembly for c#. The c++ code uses templates heavily ( via custom STL
containers ) and from what I read so does managed c++. How can I expose a
templated class for use in C#, or is it just an imposibility?
Jason
an assembly for c#. The c++ code uses templates heavily ( via custom STL
containers ) and from what I read so does managed c++. How can I expose a
templated class for use in C#, or is it just an imposibility?
Jason