GP2Hanoi: Tower of Hanoi puzzle game


Data Structures

class  GP2HANOI::confirm
 Confirmation dialog box. More...
class  GP2HANOI::game
 Game implementation. More...
class  GP2HANOI::options
 options dialog box More...

Functions

int main (int argc, char *argv[])
 Application starting point.
void usage (void) throw (std::string const &)
 Prints program usage.

Function Documentation

int main int  argc,
char *  argv[]
 

Application starting point.

Author:
Kombo Morongo
Date:
18/03/2006
Parameters:
argc command line arguments count
argv Pointer to command line arguments

void usage void   )  throw (std::string const &)
 

Prints program usage.

Author:
Kombo Morongo
Date:
02/04/2006
Exceptions:
std::string const & Program usage text will be delivered as the content of an exception on GP2X as there is no standard output available in this platform.
This project is hosted by SourceForge.net Logo