C/C++
stevens.lst
Associated article: More C++ and a Step Up to ANSI C
Tags: C/C++
_C Programming_ by Al Stevens [LISTING ONE] // ------------ menus.h #ifndef MENUS #define MENUS #include "window.h" #define MAXSELECTIONS 12 #define CHECK 'xfb' // IBM Graphics character set check mark #define MENUFG CYAN #define MENUBG BLUE #define SELECTFG BLACK #define ...


