...that came with my Dev-C++ for a Win32 Application. All I am asking is, where do I put my prograns code?
Here is my code:
#include <windows.h>
/* Declare Windows procedure */
LRESULT CALLBACK WindowProcedure(HWND, UINT, WPARAM, LPARAM);
/* Make the class name into a global variable */
char...