This is couple of files with common purpose. There are defines like
directory separator char ('\' or '/'), boolean data type (true/false), JAVA-like
Properties and StringTokerizer classes, StringBuffer class, multi purpose Coder and Parser
classes, idea for log (using C++ like "stdlog"), XML parser, mathematical
expression evaluator etc. There are special header file using for porting between:
- Borland C++ for DOS
- C++Builder
- G++ for Linux
- G++ for FreeBSD
- G++ for CygWin (POSIX layer for Windows)
- Ms Visual C++
Now I'm working on shared library mad.so. It works fine AND I TESTED it on FreeBSD. And
I still do not like my Makefile :) |