If you need to develop high-performance applications proceeding massive graphical operations (e.g. games), GAPI may be quite suitable.
Playing with GAPI
Published 04/08/2004
If you need to develop high-performance applications proceeding massive graphical operations (e.g. games), GAPI may be quite suitable.
Asteroids is an implementation of the classic game of the same name. The game was developed using a GPL licensed, graphics library that allowed the development of graphical applications using Visual C++ 6 on a desktop computer--the Pocket Frog library.
Discover Code::Blocks, an open source IDE for C/C++.

LINQ has a trick up its sleeve from .NET 4 onwards for dealing with large amounts of data and multiple CPUs. Learn to leverage LINQ.

Create a multi-channel application with DevExtreme and Visual Studio.
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.