home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c100 / 2.ddi / READ.ME < prev    next >
Encoding:
Text File  |  1990-08-31  |  4.9 KB  |  95 lines

  1.                 => Contents of C++ Library Disk #2 <=
  2.  
  3.  
  4. RUNZIP.DOC  ->   This file contains information on uncompressing the
  5. files on the disk that end with .ZIP.  Many of the files on this disk
  6. are compressed in order to allow us to fit more information on each
  7. disk.  By doing so, we are often able to fit twice is much information
  8. on each disk as normal.  This is a text file that can be read or
  9. printed with the commands.  TYPE RUNZIP.DOC or COPY RUNZIP.DOC PRN.
  10.  
  11. PKUNZIP.EXE ->   This is the utility to uncompress the various files
  12. on the disk that end with a .ZIP extension.  See the file RUNZIP.DOC
  13. for information on using the program.  Just typing PKUNZIP from the
  14. command line will give a summary of the options available.
  15.  
  16. CPLUS.ZIP   ->   This file contains the file packing utility
  17. distributed as part of the PForCe++ library.  The source for ARK is
  18. contained in an ARK style file which can be manipulated using
  19. the ARK.EXE executable.  The files include:  ARK.ARK: C++ source for
  20. ARK.EXE in a packed file and ARK.EXE: The Executable version of ARK.
  21. Phoenix has granted permission to distribute this program in the interest of
  22. spurring interest in C++ in general, and the PForCe++ library in specific.
  23.  
  24. XMSCPP.ZIP  ->   Ever wondered what it's like in that "extended memory
  25. place?"  Well, if you've got HIMEM.SYS and Turbo C++, you can find
  26. out with this library of functions that allow you to manipulate
  27. and use extended memory.  Complete with docs, source code for examples
  28. of using the library and no charge.  Requires use of HIMEM.ZIP file
  29. (included on this disk).
  30.  
  31. HIMEM.ZIP   ->   Support file needed for XMSCPP.ZIP utility.
  32.  
  33. SERIAL.ZIP  ->   The code in this file shows how to take advantage of
  34. some of the Turbo C++ extensions to the C++ language to do asynchronous
  35. communications without having to write supporting assembly- language
  36. routines.  This program bypasses the less-than-adequate PC BIOS
  37. communications routines and installs a serial interrupt handler. Direct
  38. access to PC hardware allows the program to run at faster baud rates and
  39. eliminates the need for the main program to continuously poll the serial
  40. port for data; thus implementing background communications. Data that
  41. enters the serial port is stored in a circular buffer.
  42.  
  43. TMANGL.EXE  -> is a program that adds PUBLIC names to a C++ .OBJ file. 
  44. The added names are the C external name equivalents to the C++ 
  45. routine names. That   means that you can call routines compiled as 
  46. C++ from C and assembly language programs - after you run the 
  47. C++ .OBJ file through TMANGLER. Also, you can use TMANGLER to find 
  48. out the real names Turbo C++ gives your C++ routines.                                                                  
  49.  
  50. SEQUEN.CPP  -> An llustration of defining and using a class which 
  51. employs dynamically allocated arrays.  The sequence class is used to 
  52. manipulate time-domain sequences for digital signal processing.  We have 
  53. an array of signal values, and the itme extent (in samples) which the 
  54. signal encompasses.  We define operators for storing (=), convolving 
  55. (8),  adding, subtracting, IIR convolution (/), construction and 
  56. destruction.
  57.  
  58. SPRITE.ZIP  ->   A high quality sprite editor for C or Pascal.  Use with 
  59. EGA or VGA.  Contains an excellent water drop animation sequence with 
  60. full C source code and sample sprites.  Excellent.
  61.  
  62. TC.ZIP & TCTEMP.ZIP  ->   A high quality, typeset, function key template 
  63. for Turbo C++.  This template is actually a graphics file that will 
  64. print on any Epson compatible printer (for the TC.ZIP file)  or a 
  65. LaserJet(tm) compatible (for the TCTEMP.ZIP file).
  66.  
  67. BOSS.ZIP    ->   This file contains notes on using "The Window BOSS" 
  68. (also in our catalog) with Turbo C++.  "The Window BOSS" is a very full 
  69. featured windowing and data entry package that is extremely rich.  If 
  70. you use C or C++ you will want "The Window BOSS".
  71.  
  72. BUGLST.ZIP  ->   This file ( 9k long) contains a list of known bugs in 
  73. Turbo C++ 1.0 as found by one user.  Interesting.  Relatively few bugs 
  74. for an endeavor as large as Turbo C++.
  75.  
  76. PCLINT.ZIP  ->   This function filters lines output from Gimpel's 
  77. PC-Lint 4.0 into a format usable in the Turbo C++ environment message 
  78. window.  Most of the work is done by correct parameters to LINT so that 
  79. the lines require very little processing by this function.
  80.  
  81. RAYTRACE.ZIP->   A Ray Tracing program from "Dr. Dobbs" Sept 90 issue, 
  82. adapted to run on Turbo C++.
  83.  
  84. MEALS.ZIP   ->   A small packed file containing three iterations in 
  85. making the approach a simple problem more object-oriented.
  86.  
  87. TCICON.ZIP  ->   This is an ICON for Turbo C++ to be used with MS 
  88. Windows 3.0.  It looks like the cover of the C Manual.
  89.  
  90. FACTOR.ZIP  ->  A Factorial Calculator in C++.  A small program 
  91. converted from a C example in a textbook. Source included to show 
  92. recursion. Command line driven.
  93.  
  94. GCOBJECT.ZIP->  A collection of objects for TC++ with source code and 
  95. make files.