DoctorTemplate.zip - readme file, 11/22/97 I created this revision of the Doctors Office Scheduling program to use the standard C++ library (as implemented in Microsoft Visual C++ 5.0). For the most part, the program adapts easily. The main exception is in the use of the template version of getline when running the program in console mode in Windows 95. The default version of getline requires the user to press Enter twice to end a line of input. You can see this in the Patient::InputName method, if you remove the conditional #ifdef directives. Secondarily, the compiler issues warning messages when compiling for a Win32Debug target, because the template classes generate names longer than 255 characters. If you have questions or comments, do not hesitate to write: kip.irvine@pobox.com Enjoy!