home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c100 / 3.ddi / README < prev    next >
Encoding:
Text File  |  1990-10-04  |  2.9 KB  |  51 lines

  1. HASH - Hashing algorithm in C++.  Includes source code
  2. BROWSE - A small C++ class browse.  Includes source.
  3. BROWSE2 - A program using inheritance, polymorphism, virtual functions
  4. to demo pseudo multitasking while browsing .C .CPP and .HPP files, while
  5. showing Button, Slider and TextArea classes.  Use Zortech's C++
  6. compiler, but no Zortech classes are used.  Includes all source.
  7. TASK - A comprehensive article with source code on do pre-emptive
  8. multitasking in C++.
  9. BGICLA - Turbo C++ classes for encapsulating Borland's(tm) Graphics
  10. Interface (BGI).  Very interesting!  Source included.
  11. LITERA - AWK-based pre-processor to greatly reduce the pain of
  12. documenting you C++ source code.  Text and source code.
  13. ZELLER - This is a C++ implementation of Zeller's Congruence, following
  14. Zeller's original 1887 paper.  The function is embedded in a short demo
  15. program.  Source included.
  16. PARSE - Multiple examples of parsing with C++.  Includes source code.
  17. CCLASS - Class inheritance in C++.  Source code included.
  18. COLLEC - Collection class and example program to count keywords and
  19. identifiers in a C++ source file.  The collections are a good example of
  20. multiple inheritance and show the use of pointers to members.
  21. RTRACE - Source code examples in C++ and C to illustrate ray tracing
  22. techniques.
  23. BAM - BIDIRECTIONAL ASSOCIATIVE MEMORY SYSTEMS IN C++.  Provide vector, 
  24. matrix, vector pair, matrix, BAM matrix, and BAM system classes and 
  25. methods to implement BAM system concept.  The presentation benefits 
  26. greatly from C++ and OOP.
  27. LLIST - Linked List class for C++.  Shows how to start building 
  28. container classes in C++.
  29. MOD2CP - A very interesting article comparing the Modula 2 language with 
  30. C++ from a number of different aspects.
  31. TAWK - Tiny AWK interpreter with heavily commented C++ source!  A good 
  32. example of C++ programing.
  33. PARSER - A code parser in C++.  Get started on building your own 
  34. compiler.
  35. TXTSRC - A simple query system in C++ with complete source.
  36. MENU - A menuing system with full C++ source.
  37. NDEL - A utility that will delete all files but the ones specified on 
  38. the command line.  Includes source.
  39. STARTUP - This package contains the embedded system startup code for 
  40. Turbo C++.  The root directory contains the startup code and common 
  41. files for any Turbo C++ application with the remaining directories are 
  42. organized as follows.
  43.  
  44. RTL                    Replacements for the modules FARHEAP/FHEAPCHK
  45. ROMLIBS                TLIB scripts for customizing the TC++ RTL
  46. HELPERS                TC++ RTL helper files
  47. EXAMPLES\DEMO          Simple example of using TC++ with Paradigm LOCATE
  48. EXAMPLES\STDIO         Example of using TC++ streams (C or C++)
  49. EXAMPLES\MALLOC        Example of using TC++ dynamic memory management
  50. EXAMPLES\FPMATH        Example of using floating point arithmetic
  51. EXAMPLES\CPP           A C++ example using the TC++ class library