Simple, but useful functions.
- UndoStack: Package that implements an Undo/Redo Stack.
- NearMatchCompare: Package that implements an algorythm that compares two strings on a near-match basis (very pratical to compares find names )
- ReportGenerator: Package that brings a report generation capabilities based on QTF templates.
- boost: Empty package that serves as a container for boost.org library (Follow package/readme.txt instructions in order to make the package work)
- examples:
- examples/NearMatchCompareTest : Demo application for NearMatchCompare
- examples/ReportGeneratorTest : Demo application for ReportGenerator