Supported projects of HaRe
DOS-programs for bulk-data
Bulk address data has to be linked to produce output files. Also existing FoxPro programs have to be rewritten in C++ to reduce their runtime. Because of efficient memory use and algorithms the C++ programs could be 1000 times faster than the FoxPro programs (from days to minutes)!
Time
1997
Tools
- Microsoft Visual C++ 1.52
- all programs together about 60.000 lines
- Pharlap DOS Extender
Special necessary capability
- Trees and search- and sort-algorithms
- C-Libraries like stdlib
- C++
- operator new and delete overloaded to use the memory as efficient as possible (whole segments)
- classes like tree, list, array with different fill-, output- and traverse-functions
- read and write dBase file format