Foundation Modules
- 1. Base Library
- 2. Priority Queues - Heap, PQueue
- 3. Error Handling, License, Memory System, Standard Output, Quadruple Precision - Error, License, Memory, Print, VQuad
- 4. Object Collections - List, Stack, Dictionary, HashTable, VHashTable, Tree
- 5. Numeric Type Collections - BitVec, DblVec, FltVec, IntDict, DblDict, IntHash, IntVHash, IntQue, IntVec
- 5.1. Bit Vectors - BitVec
- 5.2. Real Vectors (single FltVec) - DblVec
- 5.3. Integer Dictionary - IntDict
- 5.4. Double Dictionary - DblDict
- 5.5. Integer Hashtable - IntHash
- 5.6. Double Hashtable - DblHash
- 5.7. Integer, Multiple Integer Key, Hashtable - IntVHash
- 5.8. Integer Queue - IntQue
- 5.9. Integer Vectors - IntVec
- 6. Utilities - PropSet, Random, DataTable, Concat, LinkList, StrUtil
- 7. Geometry Tools - VertLoc, LineCon, TriCon, ADTree, Pred
- 8. System - MachInfo, PTask, Timer, VSocket
- 9. Text Processing - TextFun, TextTee, PlainText, HTMLText, LaTeXText
- 10. Examples
- 10.1. Example 1, Demonstration of Object Collections
- 10.2. Example 2, Demonstration of Numeric Type Collections
- 10.3. Example 3, Demonstration of Property Sets
- 10.4. Example 4, Demonstration of Random Number Generation
- 10.5. Example 5, Creating a Derived Class in C++ Using a Base Random Class
- 10.6. Example 6, Install User Error Handler and Memory Management
- 10.7. Example 7, Test and Demonstrate Concatenated Storage
- 10.8. Example 8, Test and Demonstrate a Data Table
- 10.9. Example 9, Test and Demonstrate a PQueue Object
- 10.10. Example 9a, Test and Demonstrate a Heap Object
- 10.11. Example 10, Test and Demonstrate a TriCon Object
- 10.12. Example 11, Test and Demonstrate a VertLoc Object
- 10.13. Example 12, Test and Demonstrate a LineCon Object
- 10.14. Example 13, Test and Demonstrate a Timer Object
- 10.15. Example 14, Test and Demonstrate the MachInfo Module
- 10.16. Example 15, Test and Demonstrate a PTask Object
- 10.17. Example 16, Test and Demonstrate Text Processing and Formatting
- 10.18. Example 17, Test and Demonstrate the LinkList object
- 10.19. Example 18, Test and Demonstrate the ADTree object
- 10.20. Example 21, Purposefully left blank
- 10.21. Example 22, Test and Demonstrate the VSocket object
- 10.22. Example 23, Test and Demonstrate Quadruple Precision VQuad
- 10.23. Example 23cc, C++ Operator Overloading for Quadruple Precision VQuad
- 10.24. Example 24, Test and demonstrate Tree
- 10.25. Example 25, Test and demonstrate Pred
- 10.26. Example 26, Test and demonstrate StrUtil