1. VC++2010 supports ISO/IEC standard C + + (local C + +) and C + +/CLI. The former pays attention to performance, the latter advantage is the development speed and the simple type.
C + +/CLI is a new feature added to ISO/IEC standard C + + to enable development. NET supports the application to target the virtual machine environment.
2. MFC encapsulates the Windows API, providing comprehensive, easy-to-use features that enable the development of high-performance Windows applications using local C + +.
3. The. NET Framework class library provides the functionality support that user code needs to perform in the CLR, which is independent of the language used.
4. We can uninstall applications running under the CLR control using the C + + extension version of CLI, known as CLR programs or C + +/CLI programs.
5. The basic parts of VS2010 are editor (Code Editor), compiler (source code into target code), Linker (link code to library) and library.
vC2010 Study Notes (i)