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++.

TypeScript for the C# Developer
Learn about TypeScript: what it is, and its type system.

Detecting a Touchscreen in Visual Basic
Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.