Visual Studio 2010 CTP now available
Coinciding with the 2008 PDC, the first Visual Studio 2010 CTP is now available for download. At first glance, it includes a few interesting things for C++:
- Partial C++0x support: lambda expressions, rvalue references, static assertions, and “auto” are now supported.
- Revamped IntelliSense: now faster and more accurate.
- Parallel Pattern Library: a modern C++ library that allows easier and safer use of today’s multi-threaded computing.
I’ll be posting more as I take a closer look at these and other features.
Related Posts
- Visual Studio 2010 Beta 1 in four days on May 14, 2009 in Coding, Microsoft, Visual Studio, Visual Studio 2010
- Visual Studio incompatibilities on September 10, 2008 in Coding, Microsoft, Visual Studio
- Visual Studio 2008 released, TR1 support coming on November 24, 2007 in C++, Coding, Microsoft, Visual Studio
- Visual C++ 2010 Beta 1 on May 19, 2009 in Coding, Microsoft, Visual Studio, Visual Studio 2010
- Is C# the Boost of C-family languages? on October 28, 2010 in C#, C++, Coding, Microsoft