Index of /cica9308/UNZIPPED/PROGRAMR/LISTINGS/BLX12

      Name                    Last modified       Size  Description

[DIR] Parent Directory 06-Dec-2005 04:08 - [TXT] PETS.CPP 02-May-1991 13:41 1k [TXT] STDDEFS.H 02-May-1991 13:43 1k [TXT] STDWIN.H 02-May-1991 13:42 1k [IMG] SYSCOLOR.ICO 11-Feb-1991 09:41 1k [TXT] SYSCOLOR.PAS 01-Mar-1991 05:15 16k [TXT] SYSCOLOR.RC 11-Feb-1991 11:05 1k [TXT] SYSCOLOR.RES 11-Feb-1991 11:05 1k [TXT] WINAPP.CPP 02-May-1991 13:42 1k [TXT] WINAPP.H 02-May-1991 13:42 8k [TXT] WINCOLOR.RES 01-Mar-1991 23:32 3k [TXT] WINSB.CPP 02-May-1991 13:42 1k [TXT] WINSB.H 02-May-1991 13:41 4k [TXT] WSB.BAT 04-May-1991 06:02 1k [TXT] 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