home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c065 / 1.ddi / README < prev    next >
Encoding:
Text File  |  1990-06-07  |  3.4 KB  |  100 lines

  1.           WELCOME TO TURBO C++ RUNTIME LIBRARY SOURCE CODE
  2.           ------------------------------------------------
  3.  
  4.   This README contains information on support for the Turbo C++
  5.   Runtime Library Source Code, and a list of the files on the
  6.   disks. For information on the Runtime Library Source Code and
  7.   installation, please refer to the file TCRTL.DOC. You can use
  8.   the README program to view this file. Just type:
  9.   
  10.   README TCRTL.DOC <enter>
  11.  
  12.  
  13.   TABLE OF CONTENTS
  14.   -----------------
  15.   1. Runtime Library Support 
  16.   2. Files on the Disks
  17.  
  18.  
  19.   1. RUNTIME LIBRARY SUPPORT
  20.   --------------------------
  21.  
  22.   The Turbo C++ Runtime Library Source Code is provided for your use
  23.   and modification.  IMPORTANT: Borland Technical Support will not
  24.   answer questions or provide any assistance relating to this
  25.   product.  Essentially, the Sources are provided "as is" and
  26.   you are on your own.
  27.  
  28.   If you find what you think is a genuine problem with the source
  29.   code, we want to hear about it. Technical Support is available
  30.   from the following sources:
  31.  
  32.     1. Type GO BOR on the CompuServe bulletin board system for
  33.     instant access to the Borland forums with their libraries of
  34.     technical information and answers to common questions.
  35.  
  36.     If you are not a member of CompuServe, see the enclosed
  37.     special offer, and write for full details on how to receive a
  38.     free IntroPak containing a $15 credit toward your first
  39.     month's online charges.
  40.  
  41.     2. Write to:  Borland International
  42.                   Turbo C Technical Support
  43.                   1800 Green Hills Road
  44.                   P.O. Box 660001
  45.                   Scotts Valley, CA 95066-0001
  46.  
  47.                   Attn: C Runtime Library Support
  48.  
  49.     Please remember to include your serial number, or we will be
  50.     unable to process your letter.
  51.  
  52.     3. If you have an urgent problem that cannot wait, you can
  53.     call the Borland Technical Support Department at (408) 438-
  54.     5300.
  55.  
  56.     Please include the following information in your letter
  57.     of inquiry. If you are calling by telephone, have it
  58.     ready before calling:
  59.  
  60.       A.  Product name and serial number from your original
  61.           distribution disk.  Please have your serial number
  62.           ready, or we will be unable to process your call.
  63.  
  64.       B.  Computer brand, model, and the brands and model numbers
  65.           of any additional hardware.
  66.  
  67.       C.  Operating system and version number (The version number
  68.           can be determined by typing VER at the DOS prompt.).
  69.  
  70.       D.  Contents of your AUTOEXEC.BAT file.
  71.  
  72.       E.  Contents of your CONFIG.SYS file.
  73.  
  74.       F.  A complete description of the problem.
  75.  
  76.  
  77.   2. FILES ON THE DISKS
  78.   ---------------------
  79.  
  80.   DISK 1
  81.   ------
  82.   INSTALL  EXE  -  Hard disk installation program
  83.   README   COM  -  Reads this README
  84.   UNZIP    EXE  -  Archive extraction program
  85.   CLIB1    ZIP  -  Archive file with C library files (1 of 2)
  86.                    This file contains the *.C files.
  87.   INCLUDE  ZIP  -  Archive file with library header files
  88.   TCRTL    DOC  -  Runtime library documentation
  89.   README        -  This file!
  90.  
  91.  
  92.   DISK 2
  93.   ------
  94.   CLIB2    ZIP  -  Archive file with C library files (2 of 2)
  95.                    This file contains the *.CPP, *.ASM, *.CAS 
  96.                    and other miscellaneous files.
  97.                    (.CAS is C source with inline assembler.).
  98.   MATH     ZIP  -  Archive file with MATH library files
  99.  
  100.