home *** CD-ROM | disk | FTP | other *** search
- HASH - Hashing algorithm in C++. Includes source code
- BROWSE - A small C++ class browse. Includes source.
- BROWSE2 - A program using inheritance, polymorphism, virtual functions
- to demo pseudo multitasking while browsing .C .CPP and .HPP files, while
- showing Button, Slider and TextArea classes. Use Zortech's C++
- compiler, but no Zortech classes are used. Includes all source.
- TASK - A comprehensive article with source code on do pre-emptive
- multitasking in C++.
- BGICLA - Turbo C++ classes for encapsulating Borland's(tm) Graphics
- Interface (BGI). Very interesting! Source included.
- LITERA - AWK-based pre-processor to greatly reduce the pain of
- documenting you C++ source code. Text and source code.
- ZELLER - This is a C++ implementation of Zeller's Congruence, following
- Zeller's original 1887 paper. The function is embedded in a short demo
- program. Source included.
- PARSE - Multiple examples of parsing with C++. Includes source code.
- CCLASS - Class inheritance in C++. Source code included.
- COLLEC - Collection class and example program to count keywords and
- identifiers in a C++ source file. The collections are a good example of
- multiple inheritance and show the use of pointers to members.
- RTRACE - Source code examples in C++ and C to illustrate ray tracing
- techniques.
- BAM - BIDIRECTIONAL ASSOCIATIVE MEMORY SYSTEMS IN C++. Provide vector,
- matrix, vector pair, matrix, BAM matrix, and BAM system classes and
- methods to implement BAM system concept. The presentation benefits
- greatly from C++ and OOP.
- LLIST - Linked List class for C++. Shows how to start building
- container classes in C++.
- MOD2CP - A very interesting article comparing the Modula 2 language with
- C++ from a number of different aspects.
- TAWK - Tiny AWK interpreter with heavily commented C++ source! A good
- example of C++ programing.
- PARSER - A code parser in C++. Get started on building your own
- compiler.
- TXTSRC - A simple query system in C++ with complete source.
- MENU - A menuing system with full C++ source.
- NDEL - A utility that will delete all files but the ones specified on
- the command line. Includes source.
- STARTUP - This package contains the embedded system startup code for
- Turbo C++. The root directory contains the startup code and common
- files for any Turbo C++ application with the remaining directories are
- organized as follows.
-
- RTL Replacements for the modules FARHEAP/FHEAPCHK
- ROMLIBS TLIB scripts for customizing the TC++ RTL
- HELPERS TC++ RTL helper files
- EXAMPLES\DEMO Simple example of using TC++ with Paradigm LOCATE
- EXAMPLES\STDIO Example of using TC++ streams (C or C++)
- EXAMPLES\MALLOC Example of using TC++ dynamic memory management
- EXAMPLES\FPMATH Example of using floating point arithmetic
- EXAMPLES\CPP A C++ example using the TC++ class library