How do I make use of the .NET framework namespaces from C++?
+3
A:
You can do this in managed C++. Use #using directive and use the namespaces like you normally do.
Naveen
2009-04-10 05:32:42