Why CPPDTK Will Work on Your Operating System
CPPDTK was designed in ANSI-Standard C++, therefore, any standard C++ compiler will compile it. But what if your compiler isn't ANSI compliant? That is fine-there is a standard ANSI library of headers available called STLPort. Download it, set it up, and you should be able to compile CPPDTK without problem. GCC is perfect for compiling it, but any others can do it, too, such as Borland C++, Microsoft Visual C++, Intel C++, and many others. Apple Computers' new Mac OS X come with GCC through Darwin, so you are also covered. It is guaranteed to compile on GNU/Linux or UNIX systems using GCC.