Explore using C++ on Docker Engine.
Latest Tutorials Articles
Understanding C++ Containers in the C++ Standard Library
Focus on the container class from the STL.
Display bitmap using CStatic control.
Picture control
MFC Application: Adding Service Mode Support
Learn how to extend the life of legacy user-mode applications without the need to dismantle and rewrite--in just a few easy steps.
The New MFC Animation API
This article serves as a brief introduction to the new API allowing users to create animations in MFC applications.
C++ Programming: Better Accessibility with High DPI Support and MFC 10
A number of factors are driving the requirement for applications to correctly support high DPI settings--increased monitor resolutions are making it more difficult for users to read text on the screen, compliance with disability access legislation is an increasingly important factor for corporations, and users are now expecting applications to behave well at higher DPI settings. MFC 10 and Visual C++ 2010 have built-in support for high DPI, making the development of a DPI-aware application quicker and more simple.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Integrating Maps into Your UWP App
Look at what can be done with mapping in a UWP (Universal Windows Platform) app.

Adding Camera Support to Universal Windows Platform Apps
With a UWP app, you can design for specific input modes and devices. Learn to control a camera from one.
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.