Explore using C++ on Docker Engine.
Latest cpp_managed Articles
Fast and Easy C++ Object Serializer
This is a set of templates and macros to provide the ability to easily serialize any object to a string stream.
Exploring the C++ Generics Programming Model
Focus on templates in particular and generics in general with appropriate code examples to create an extensible design.
Data Types in C++/CLI
Learn how to create and use variables, the diverse fundamental data types of C++/CLI, as well the importance and usage of constants.
Exploring Virtual Destructors in C++/CLI
Leverage virtual destructors in Managed C++ to avoid memory leaks in your application.
Switching to MVVM
Model-View-ViewModel (MVVM) is a proven design pattern used heavily in many WPF / Silverlight applications. This article focuses on implementing MVVM on existing applications rather than starting a new application. In this article we are going to see how we can take small steps towards MVVM.
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.