Another C++/CLI Article

I see MSDN has also published another of the C++/CLI articles I wrote early in 2005. This one is more practical (depending on whether you consider MSIL practical).

Visual C++ 2005 Under the Hood

Understanding the relationship between the C++ you write and the CIL the compiler generates goes a long way towards helping you write faster and more accurate code. In this article we explore some commonly used C++ language constructs and how the compiler translates them into instructions for consumption by the CLR.


© 2006 Kenny Kerr

2 Comments

Comments have been disabled for this content.