C/C++
stevens.lst
Associated article: C Programming
Tags: C/C++
_C PROGRAMMING COLUMN_
by Al Stevens
Listing One
/* ----------- menu.h ---------- */
typedef struct w_menu {
char *mname; /* menu bar selection names */
char *mhlpmsg; /* menu bar prompting messages */
char **mselcs; /* the pop-down menu selections */
char **mshelp; /* help mnemonics for the ...


