home *** CD-ROM | disk | FTP | other *** search
- => Contents of C++ Library Disk #1 <=
-
-
- RUNZIP.DOC -> This file contains information on uncompressing the
- files on the disk that end with .ZIP. Many of the files on this disk
- are compressed in order to allow us to fit more information on each
- disk. By doing so, we are often able to fit twice is much information
- on each disk as normal. This is a text file that can be read or
- printed with the commands. TYPE RUNZIP.DOC or COPY RUNZIP.DOC PRN.
-
- PKUNZIP.EXE -> This is the utility to uncompress the various files
- on the disk that end with a .ZIP extension. See the file RUNZIP.DOC
- for information on using the program. Just typing PKUNZIP from the
- command line will give a summary of the options available.
-
- OOPWLD.ZIP -> This compressed file includes all the source code in
- Turbo C++ for a "tour" of many of the features of TC++. Since it is
- all in source code many sample classes are provided. Taken from Bruce
- Eckel's OOP World Tour. Type PKUNZIP -d OOPWLD to unpack files into
- seperate subdirectories.
-
- MOUSE.ZIP -> A packed file containing routines to use a mouse and
- the resulting library. Source code is included. Use of a mouse is
- becoming more prominent and adding these features to your program
- really dress it up.
-
- BLAZE.ZIP -> Final production version of Blaze. This file
- contains a demo of the Blaze Class. Blaze handles high-speed
- textoutput, 25/43/50 line video support, lines, box, filled boxes,
- shadows, area scrolling, get/put of area, and more! All in 1-2k
- depending on what you use! Its one of the newest and hottest TC++
- Class libraries around! Give it a try... today! You can get the
- source for the library for just $10.
-
- SPRITE.ZIP -> A short C function (source code only) to write a
- bitmap anywhere on a VGA graphics screen very fast. Includes a sample
- program. Works by shifting bits before writing to video RAM so that
- it can write whole bytes at a time. Use it, modify it, whatever you
- like. Let me know if you find a way to improve very much.
-
- SNAV0111.ZIP > "The Screen Navigator" is an object-oriented, device
- independent character-graphics driver package written in C++. Source
- code is included in this packed file.
-
- STDANS.ZIP -> Unpacks to quite a large file ( >18k ) of common
- questions and answers about Borland's TC++ 1.0. Also covers both the
- Turbo Debugger and Profiler. Interesting reading.
-
- NEW.ZIP -> A demonstration of using the _new_handler in Turbo
- C++ to handle exceptions with the free store operator 'new'. Includes
- C++ source code.
-
- CPPL1.ZIP -> This packed file includes a "C" program to create a
- revised vesion of the text file wiht special handling for the Italic,
- Bold, Section and Listing commands. Generates a HP Laserjet
- compatible listing. Full source code is included so you can modify
- and examine.
-
- ZINCDE.ZIP -> This is a demonstration of the Zinc Interface
- Library, an object oriented user interface class library written in
- C++. Single source produces applications which run in both text and
- graphics modes. Window object include menu, date, text, icon and many
- more. Full undo/redo capability is included in each window object
- editor. Complete help and error reporting systems are also included.
- Nicely done demo. Info on ordering the commercial product included.
-