when to use c++ in managed versus unmanaged mode
- by user303030
I am wondering when I would use c++ in managed versus unmanaged mode?
Are there speed advantages with one mode over the other?
Is it easier to access 3rd party libraries in one mode over the other?
Are there any installation issues to worry about?