Cound anybody recommend me a good book about managed c++?
I found some but I'm not sure which one is the best..
thanks
Cound anybody recommend me a good book about managed c++?
I found some but I'm not sure which one is the best..
thanks
Managed C++ is C++/CLI now. C++/CLI in action is the best book I have seen on it.
I'm a fan of Pro Visual C++/CLI from Apress, it is also available as an eBook. Good coverage from simple stuff (types etc) through to more complex issues such as unsafe and unmanaged C++/CLI.