//***********************************************************************//
// //
// - "Talk to me like I'm a 3 year old!" Programming Lessons - //
// //
// $Author: Ben Humphrey digiben@gametutorials.com //
// //
// $Program: Window //
// //
// $Description: Create a simple window //
// //
//***********************************************************************//
#include <windows.h> // We need to include windows.h
// This is the "Hello World" of Windows programming. If you've never programmed