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

  1.                 => Contents of C++ Library Disk #1 <=
  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. OOPWLD.ZIP  ->   This compressed file includes all the source code in 
  17. Turbo C++ for a "tour" of many of the features of TC++.  Since it is 
  18. all in source code many sample classes are provided.  Taken from Bruce 
  19. Eckel's OOP World Tour.  Type PKUNZIP -d OOPWLD to unpack files into 
  20. seperate subdirectories.
  21.  
  22. MOUSE.ZIP   ->   A packed file containing routines to use a mouse and 
  23. the resulting library.  Source code is included.  Use of a mouse is 
  24. becoming more prominent and adding these features to your program 
  25. really dress it up.
  26.  
  27. BLAZE.ZIP   ->   Final production version of Blaze.  This file 
  28. contains a demo of the Blaze Class.  Blaze handles high-speed 
  29. textoutput, 25/43/50 line video support, lines, box, filled boxes, 
  30. shadows, area scrolling, get/put of area, and more!  All in 1-2k 
  31. depending on what you use!  Its one of the newest and hottest TC++ 
  32. Class libraries around!  Give it a try... today!  You can get the 
  33. source for the library for just $10.
  34.  
  35. SPRITE.ZIP  ->   A short C function (source code only) to write a 
  36. bitmap anywhere on a VGA graphics screen very fast.  Includes a sample 
  37. program.  Works by shifting bits before writing to video RAM so that 
  38. it can write whole bytes at a time.  Use it, modify it, whatever you 
  39. like.  Let me know if you find a way to improve very much.
  40.  
  41. SNAV0111.ZIP >   "The Screen Navigator" is an object-oriented, device 
  42. independent character-graphics driver package written in C++.  Source 
  43. code is included in this packed file.
  44.  
  45. STDANS.ZIP  ->   Unpacks to quite a large file ( >18k ) of common 
  46. questions and answers about Borland's TC++ 1.0.  Also covers both the 
  47. Turbo Debugger and Profiler.  Interesting reading.
  48.  
  49. NEW.ZIP     ->   A demonstration of using the _new_handler in Turbo 
  50. C++ to handle exceptions with the free store operator 'new'.  Includes 
  51. C++ source code.
  52.  
  53. CPPL1.ZIP   ->   This packed file includes a "C" program to create a 
  54. revised vesion of the text file wiht special handling for the Italic, 
  55. Bold, Section and Listing commands.  Generates a HP Laserjet 
  56. compatible listing.  Full source code is included so you can modify 
  57. and examine.
  58.  
  59. ZINCDE.ZIP  ->   This is a demonstration of the Zinc Interface 
  60. Library, an object oriented user interface class library written in 
  61. C++.  Single source produces applications which run in both text and 
  62. graphics modes.  Window object include menu, date, text, icon and many 
  63. more.  Full undo/redo capability is included in each window object 
  64. editor.  Complete help and error reporting systems are also included.
  65. Nicely done demo.  Info on ordering the commercial product included.
  66.