Four Great Things In Future VS2010

Do a quick summary of the official blogging here:http://blogs.msdn.com/somasegar/archive/2008/11/21/c-enhancements-in-vs-2010.aspx :

1. Much better IDE response and intellisense.

2. MSBuild system to build VC project instead of nmake buildiing. In VS2010, MSBuild will be the build system powering Visual C++ compilations.  MSBuild provides significant customizability, extensibility and logging which are essential elements for large-scale and complex build environments.

3. Multi-targeting support. Based on the change to MSBuild.

4. concurrency support. On the library and language front, one of the key focus areas for VS2010 is concurrency.  VS2010 makes C++ developers more productive writing parallel code by introducing a new set of libraries and supporting new C++ language features.  VS2010 introduces the Parallel Patterns Library (PPL) which provides a new abstraction for building responsive C++ applications that take full advantage of multi-core hardware.

posted @ 2008-12-05 22:21  能巴  阅读(279)  评论(0编辑  收藏  举报