Explore using GIMP to program modern GUI interfaces in C and C++.
Latest C++ & MFC Articles
Understanding C++ Pointers
Understand how to properly use pointers in your C/C++ programming, and you're on your way to mastering the language.
Top Five Cross-platform Testing Issues
Rise to the challenge of testing software on multiple platforms.
Using C++ with Docker Engine
Explore using C++ on Docker Engine.
Understanding C++ Containers in the C++ Standard Library
Focus on the container class from the STL.
Implementing an MVC Model with the Qt C++ Framework
Gain an intuitive understanding of MVC with its actual implementation in the Qt C++ Framework.
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.