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 Developer Videos
More...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.

Using the Azure IoT Hub with Non-IoT Applications
Learn how to set up an IoT hub in Azure, and create a small example client, a console application.

Creating a Visual Basic Pong Game
Use Visual Basic to construct your own pong game.
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.