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