Discover some ways to increase the performance of 64-bit Windows applications.
Latest Tutorials Articles - Page 3
The Anatomy of a C++ Program
C++ programs consist of classes, functions, variables, and other component parts. To get a sense of how a program fits together, you must see a complete working program.
MFC Feature Pack: An Introduction
Learn about MFC Feature Pack, a Microsoft extension to MFC that allows developers to enable Office 2007, Visual Studio, or IE look and feel to their VC++ applications.
SDI Application with MDI Child Windows in Static Splitter Pane
In an MDI application, the MDI client is a child of the top-level window. Learn to use this special window as a child of another child.
Visualizing Point Data with NZR
Use the NZR framework to visualize point data in 3D space.
Simple Thread: Part I
Learn about methods to start, pause, resume, and stop a thread by using _beginthreadex in an MFC dialog application. The sample shows how to update a MFC control as well as how to properly shut down a thread.
Latest Developer Videos
More...Latest CodeGuru Developer Columns

Control Statements and Basic Loops in C++/CLI
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.

Custom Dialogs in WinForms
C# has a built-in way to create text-filled message boxes, a way that doesn't require using VB.NET. Find out for yourself.

Working with Windows 8.1 Control Panel Applets
Discover how to run all the various Control Panel applets from your own program.
Maker Project: Creating a Garage Door Opener
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.