Explore using GIMP to program modern GUI interfaces in C and C++.
Latest General 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.
Implementing an MVC Model with the Qt C++ Framework
Gain an intuitive understanding of MVC with its actual implementation in the Qt C++ Framework.
Load Testing: SLA First
Here are some guidelines to make implementing load testing easier and more likely to be well received by your team.
MFC: Controlling Notepad From C++ Applications
Discover how to start and control a third party GUI application, particularly the Notepad text editor, from your own C++ applications.
The New MFC Animation API
This article serves as a brief introduction to the new API allowing users to create animations in MFC applications.
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.