Overview of New Features in Visual C++ 2010
A friend of mine, Marius Bancila, wrote several blog posts with details about new features in Visual C++ 2010.
He touches the following features:
- MSBuild and multi-targeting
- IntelliSense and Browsing (#include auto completion, call hierarchy, red squiggles, find all references, class wizard)
- C++ compiler changes (static_assert, auto keyword, lambda, decltype, rvalue references)
- Ribbon designer
- Deployment changes
- Task dialog support
- Restart manager support
You can read his posts here. They give you a good idea of new features in VC++ 2010 🙂