// $Id: Prerequisites.htm 119 2004-05-16 00:02:24Z ggs_mburo $ // This is a GGS file, licensed under the GPL Prerequisites

Prerequisites

Before you use the ODK:

GGS

If you're not familiar with GGS, try it out.

Play a game, for instance against ant. You will probably lose unless you are quite good.

Fix Visual C++ Compiler Bugs

The ODK shows up some Microsoft Visual C++ compiler bugs. Spend 5 minutes fixing them or hours tracking them down, the choice is yours.

Know C++ and STL

The ODK uses the STL classes string and vector heavily, and map internally.

If your program is in C, you need to convert it to C++. Remember that