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 Miscellaneous Articles
Which Pays Higher: Cloud or Mobile Development Jobs?
When it comes to the highest paying jobs in IT, it seems that it is a good day to be a developer.
Building Your Startup: Where to Find Support and Resources
In each entrepreneurial venture there are common hurdles – or opportunities. Here is the good news: Support in the form of products, people and promotion is available from known entities to help innovative entrepreneurs launch and grow an idea.
Draw Flowcharts with MacA&D; to Show How a Process Works
Integrated Requirements Management, Software Design and Code Generation
C/C++: The Hazards of Using a Minimal Amount of Code
This first article in a series devoted to how C/C++ programmers unintentionally play with fire discusses how programmers often attempt to explicitly call a constructor.
Mandelbrot Using C++ AMP
This article implements a Mandelbrot renderer that is multiple times faster than a CPU-only implementation by using a new Microsoft technology called C++ AMP: Accelerated Massive Parallelism, introduced in the Visual C++ 11 Preview.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
.NET Framework: Collections and Generics
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...
Bypassing the Registry in Windows Store Apps and VB
Learn how to use ApplicationDataContainer and ApplicationDataContainerSettings in your Windows 8.1 Store apps.

Using AutoMapper in Your ASP.Net MVC Applications
AutoMapper is an external component that helps in creating a mapping between a source and destination model types. Read on to learn about the AutoMapper component and how to use it in an Asp.Net MVC application.