VC++ future and where is Microsoft going today?

This post is very old. Please bear in mind that information here might be incorrect or obsolete, and links can be broken. If something seems wrong, please feel free to comment or contact me and I'll update the post.

Recently, Microsoft is quite open about the future of VC++, unlike the years before, and things are looking good actually. Herb Sutter is busy working on Concur (see Concur & C++ Presentation at Google Video). Nice to see a real guru like him working on concurrency stuff, cause he might have a chance to get it working and used (after all, he is the chairman of the ISO C++ committee and the VC++ lead).

The VC++ compiler is getting a new frontend (with all the glory: A code model which gives access to the compiler’s AST which wasn’t available earlier because the compiler is partly 20 years old:

“In the days of the 256K limit, a large, in-memory structure such as a whole-program AST was not feasible”

Note this is all post-Orcas, so we’re talking about Visual Studio 201x here.

They’re also working on the native code side (even the vice president understood now that native code isn’t going anywhere), including stuff from C++ 0x. Interesting stuff going on for sure, after they have fallen behind with the compiler quite a bit compared to the latest Intel C++ or Sun Studio.

Related posts:

  1. Visual Studio 2005 – Hail Microsoft!
  2. C++, legacy and future
  3. GeForce 8800 out today

This entry was posted in Programming and tagged , . Bookmark the permalink.

One Response to VC++ future and where is Microsoft going today?

  1. Faith Camara says:

    Great work!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>