.NET
state.asc
Associated article: Programming Windows Using State Tables
Tags: Database .NET
_PROGRAMMING WINDOWS USING STATE TABLES_ by Michael A. Bertrand and William R. Welch [LISTING ONE] /***********DRAW.H : header file for DRAW.C **************************/ #define WAITING 0 /* the possible values for variable iState in */ #define DRAWING 1 /* Tool() are WAITING and DRAWING */ /* These constants ...


