C++/CLI: The Most Powerful Language for .NET Framework Programming
My latest article is now live on MSDN. It should be headlined on the Visual C++ Developer Center soon.
C++/CLI: The Most Powerful Language for .NET Framework Programming
Summary: Explore the design and rationale for the new C++/CLI language introduced with Visual C++ 2005. Use this knowledge to write powerful .NET applications with the most powerful programming language for .NET programming.
This article tells a story about the new C++/CLI language design that I have wanted to share for some time now. I actually wrote this about six months ago, before any compiler was available to implement any of the new language features (don’t ask me why it took so long to publish). The language specification was very helpful in getting to know the new language design.
Many thanks to the Program Managers on the Visual C++ team for their helpful feedback on the draft of this article. Special thanks to Herb Sutter for taking the time to review the article and providing some very helpful feedback.
Visual C++ 2005 is a great product. Kudos to the entire team for delivering such an awesome compiler.
After reading my article I’m sure you will want to start playing with the compiler immediately. Keep in mind that some of the capabilities I describe in the article are not yet implemented in Beta 1.
Have fun!
© 2004 Kenny Kerr