This post originated from an RSS feed registered with .NET Buzz
by Eric Gunnerson.
Original Post: PDC: New C++ language syntax
Feed Title: Eric Gunnerson's C# Compendium
Feed URL: /msdnerror.htm?aspxerrorpath=/ericgu/Rss.aspx
Feed Description: Eric comments on C#, programming and dotnet in general, and the aerodynamic characteristics of the red-nosed flying squirrel of the Lesser Antilles
I spent a bit of time in the session on the new C++ language syntax, and I saw a similar
presentation a few weeks ago back in Redmond. The current release of VC++ uses an
extension syntax to "add on" the managed (ie clr) concepts onto the existing C++ syntax.
For Whidbey, the C++ team has ingrained the managed concepts deeply into the language
syntax, which should make it easier to write managed code using C++.