Index of /cica9308/UNZIPPED/PROGRAMR/LISTINGS/BLX12
Name Last modified Size Description
Parent Directory 06-Dec-2005 04:08 -
PETS.CPP 02-May-1991 13:41 1k
STDDEFS.H 02-May-1991 13:43 1k
STDWIN.H 02-May-1991 13:42 1k
SYSCOLOR.ICO 11-Feb-1991 09:41 1k
SYSCOLOR.PAS 01-Mar-1991 05:15 16k
SYSCOLOR.RC 11-Feb-1991 11:05 1k
SYSCOLOR.RES 11-Feb-1991 11:05 1k
WINAPP.CPP 02-May-1991 13:42 1k
WINAPP.H 02-May-1991 13:42 8k
WINCOLOR.RES 01-Mar-1991 23:32 3k
WINSB.CPP 02-May-1991 13:42 1k
WINSB.H 02-May-1991 13:41 4k
WSB.BAT 04-May-1991 06:02 1k
WSBTEST.CPP 04-May-1991 06:01 4k
The following are the source files for Borland Language Express
Spring 1991, Volume 1 Number 2:
README - this file
README.COM - Borland Readme program
Object Windows: A Taste of Turbo Pascal for Windows by Tom Swan
SYSCOLOR.PAS - TPW system features coloring program
SYSCOLOR.ICO - icon file for the program
SYSCOLOR.RC - resource definition file
SYSCOLOR.RES - compiled resource file
C++ Applied: Encapsulating Windows Objects by Richard Hale Shaw
WSBTEST.CPP - scroll bar test main program source code
WINAPP.CPP - windows app program source code
WINSB.CPP - scroll bar member functions
STDDEFS.H - header file standard definitions
STDWIN.H - header file containing WinAppStdWindow class
WINAPP.H - header file containing main windows class definitions
WINSB.H - header file containing scroll bar class definition
WSB.BAT - batch file to build the C++ scroll bar program
Virtual Functions Made Simple by Bruce Eckel
PETS.CPP - virtual functions example program