I'd like to learn Managed C++ but I don't really understand what managed c++ is vs C++.
Does anyone know of any free tutorials about managed c++?
Managed C++ is a memory controlled version of C++ meaning that a garbage collector releases your memory. You still should delete and dispose of your pointers but in Managed C++ this is taken care of already.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks