Updated: This program presents an original way of the famous Rubik's Cube by an assembly of 27 multi-colored cubies isolated in the space. Even during its deformations, it allows a 3D vision of the cube thanks to the basic MFC graphic functions. This simulation can also rapidly calculate a solution to reordering the Cube.
Latest Dialog Articles
Graphics Class Design : Shape
Class Shape can provide you with the ability to represent things appearing in a Window. Learn about this class from an industry legend.
Using Windows Vista Built-In Double Buffering
Learn how to fixing flickering issues when drawing graphics by using double buffering.
There is More Than Just a Little Touching...
The way you interact with a personal computing device is changing and is about to change even more with lots of touching and even a little hidden video.
General Solution for a Transparent Control
Discover a very simple, integrated method to make a control, such as static, button, sliderctrl, and progress control transparent in a dialog box.
Customizable Alert Window
Observe the use of a small framework for building alert windows that can be customized in various styles.
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.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
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.