Learn to place 3D drawings on a Google Map.
Latest OpenGL Articles
Setting Up OpenGL in an MFC Control
Learn how set up an OpenGL rendering context inside an MFC control and make use of the timers MFC has to offer.
Cross-Platform Game Development for C++ Devs
Are you an aspiring game developer who's not sure how to get started? Get a close-up look at an open source, cross-platform gaming engine that can have you on your way to creating a hit game title in no time.
An MFC OpenGL Polygon Tessellation Demo
Discover a MSVC++ V6 MFC SDI project that demonstrates how to access the OpenGL polygon tesselation functions in an MFC C++ application.
OpenGL Output Class
This class makes it easy to print output in OpenGL. Based on the code on http://nehe.gamedev.net, and made for WindowsAPI.
A Tutorial for Learning Texture Binding, Filtering, Lighting, and Fogging Effects in OpenGL
Learn to create a simple balloon game using OpenGL. (The corrupted source code file was reposted.)
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.