My previous post on visual Studio 2010 productivity enhancements highlighted features that all VS developers can benefit from. Sometimes the most useful features are those specific to the development language or platform that you are using. After all, C + + developers often need different functions than C # developers, and Web developers need to differ from the requirements of Windows developers.
Today's posts will focus on the features that are specifically provided for Windows C + + and Web developers.
MFC Class Wizard
If you are a Microsoft Foundation Classes (MFC) Developer, you may have good memories of the previous MFC class wizards. Now again, you can type ctrl+shift+x in the MFC class design to start the MFC Class Wizard and see the options that are appropriate for the class you are designing. The wizard displays the class name, location, project, inheritance relationship, and other information. It also allows you to add message processing, functions, and member variables, overriding virtual functions.