home *** CD-ROM | disk | FTP | other *** search
- => Contents of C++ Library Disk #2 <=
-
-
- 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.
-
- CPLUS.ZIP -> This file contains the file packing utility
- distributed as part of the PForCe++ library. The source for ARK is
- contained in an ARK style file which can be manipulated using
- the ARK.EXE executable. The files include: ARK.ARK: C++ source for
- ARK.EXE in a packed file and ARK.EXE: The Executable version of ARK.
- Phoenix has granted permission to distribute this program in the interest of
- spurring interest in C++ in general, and the PForCe++ library in specific.
-
- XMSCPP.ZIP -> Ever wondered what it's like in that "extended memory
- place?" Well, if you've got HIMEM.SYS and Turbo C++, you can find
- out with this library of functions that allow you to manipulate
- and use extended memory. Complete with docs, source code for examples
- of using the library and no charge. Requires use of HIMEM.ZIP file
- (included on this disk).
-
- HIMEM.ZIP -> Support file needed for XMSCPP.ZIP utility.
-
- SERIAL.ZIP -> The code in this file shows how to take advantage of
- some of the Turbo C++ extensions to the C++ language to do asynchronous
- communications without having to write supporting assembly- language
- routines. This program bypasses the less-than-adequate PC BIOS
- communications routines and installs a serial interrupt handler. Direct
- access to PC hardware allows the program to run at faster baud rates and
- eliminates the need for the main program to continuously poll the serial
- port for data; thus implementing background communications. Data that
- enters the serial port is stored in a circular buffer.
-
- TMANGL.EXE -> is a program that adds PUBLIC names to a C++ .OBJ file.
- The added names are the C external name equivalents to the C++
- routine names. That means that you can call routines compiled as
- C++ from C and assembly language programs - after you run the
- C++ .OBJ file through TMANGLER. Also, you can use TMANGLER to find
- out the real names Turbo C++ gives your C++ routines.
-
- SEQUEN.CPP -> An llustration of defining and using a class which
- employs dynamically allocated arrays. The sequence class is used to
- manipulate time-domain sequences for digital signal processing. We have
- an array of signal values, and the itme extent (in samples) which the
- signal encompasses. We define operators for storing (=), convolving
- (8), adding, subtracting, IIR convolution (/), construction and
- destruction.
-
- SPRITE.ZIP -> A high quality sprite editor for C or Pascal. Use with
- EGA or VGA. Contains an excellent water drop animation sequence with
- full C source code and sample sprites. Excellent.
-
- TC.ZIP & TCTEMP.ZIP -> A high quality, typeset, function key template
- for Turbo C++. This template is actually a graphics file that will
- print on any Epson compatible printer (for the TC.ZIP file) or a
- LaserJet(tm) compatible (for the TCTEMP.ZIP file).
-
- BOSS.ZIP -> This file contains notes on using "The Window BOSS"
- (also in our catalog) with Turbo C++. "The Window BOSS" is a very full
- featured windowing and data entry package that is extremely rich. If
- you use C or C++ you will want "The Window BOSS".
-
- BUGLST.ZIP -> This file ( 9k long) contains a list of known bugs in
- Turbo C++ 1.0 as found by one user. Interesting. Relatively few bugs
- for an endeavor as large as Turbo C++.
-
- PCLINT.ZIP -> This function filters lines output from Gimpel's
- PC-Lint 4.0 into a format usable in the Turbo C++ environment message
- window. Most of the work is done by correct parameters to LINT so that
- the lines require very little processing by this function.
-
- RAYTRACE.ZIP-> A Ray Tracing program from "Dr. Dobbs" Sept 90 issue,
- adapted to run on Turbo C++.
-
- MEALS.ZIP -> A small packed file containing three iterations in
- making the approach a simple problem more object-oriented.
-
- TCICON.ZIP -> This is an ICON for Turbo C++ to be used with MS
- Windows 3.0. It looks like the cover of the C Manual.
-
- FACTOR.ZIP -> A Factorial Calculator in C++. A small program
- converted from a C example in a textbook. Source included to show
- recursion. Command line driven.
-
- GCOBJECT.ZIP-> A collection of objects for TC++ with source code and
- make files.