Best Practices for Writing Efficient and Reliable Code with C++/CLI
My latest C++/CLI article is now online. Got check it out now:
Best Practices for Writing Efficient and Reliable Code with C++/CLI
Visual C++ 2005 provides a wealth of features that allow you to build sophisticated applications without limits. It can, however, be challenging to write efficient and reliable code, because it can be easier to produce poorly written managed code with C++ than with some of the newer and simple languages. C++/CLI (Common Language Infrastructure) was designed to bring C++ to .NET as a first-class language for developing managed code applications, and specifically to simplify writing managed code with C++. This article walks through a number of best practices for writing efficient and reliable code with C++/CLI.
© 2006 Kenny Kerr