I'm trying to understand when it is appropriate to use the different types of C++ project in MS Visual Studio.
For example, Win32, MFC, Windows Forms application (Is it Managed?).
If the Windows Forms Applications is managed, which give it the form designer like VB & C#, why use Win32 or MFC...