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

TypeScript for the C# Developer: TypeScript Classes and Interfaces
Go further into the world of TypeScript and look at the concept of interfaces and classes.

An Overview of Microsoft Bing Bots
A Web robot is an application that can run automated tasks, which are usually structurally repetitive. Bots can perform these tasks much faster than humans.
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.