Cubeman's Programming Notes

Programming Examples Using Microsoft Visual C++ 6.0

Simplest possible example of Win95 Programming
Compile with: cl prog.c user32.lib


Prototype Win95 cube program 1.2



Source
Makefile for cube program


Back to Main