This section helps you explore the features in C++/CLI. You will find useful learning links, videos, walkthroughs, guided tours, books and tutorials.
Overview
Stanley B. Lippman. Pure C++ Hello, C++/CLI
http://msdn.microsoft.com/en-us/magazine/cc163681.aspx
Vivek Ragunathan. C++/CLI Primer - Enter the World of .NET Power Programming
http://www.codeproject.com/KB/mcpp/C___CLI_Primer.aspx
Learning Links
MSDN documentation. Language Features for Targeting the CLR
http://msdn.microsoft.com/en-us/library/xey702bw.aspx
MSDN documentation. CLR Development (How Do I in Visual C++)
http://msdn.microsoft.com/en-us/library/ms177554.aspx
MSDN documentation. Best Practices for Writing Efficient and Reliable Code with C++/CLI
http://msdn.microsoft.com/en-us/library/aa730837(VS.80).aspx
Herb Sutter. Hello, C++/CLI Keywords
http://blogs.msdn.com/hsutter/archive/2003/11/23/53519.aspx
Herb Sutter. Hello, C++/CLI Rationale
http://www.gotw.ca/publications/C++CLIRationale.pdf
Standard ECMA-372 C++/CLI Language Specification
http://www.ecma-international.org/publications/standards/Ecma-372.htm
Stanley B. Lippman. Why C++/CLI Supports both Templates for CLI Types and the CLI Generic Mechanism
http://blogs.msdn.com/slippman/archive/2004/08/05/209606.aspx
Bjarne Stroustrup's (developer of C++) views on C++/CLI
http://www2.research.att.com/~bs/bs_faq.html#CppCLI
Walkthroughs
http://msdn.microsoft.com/en-US/library/e6w9eycd(v=VS.100).aspx
How do I videos
Read more: COMMUNITY GOODIES