Linux图形界面汉诺塔源程序(c,oop)
编译说明:测试编译环境:Ubuntu Linux 7.10(内核版本2.6.22),gcc,surese图形库支持(请查阅surese的相关资料)图形界面需求:编译命令:gcc shell.c ai.c graphics.c -o h.out -l cursesshell.c //修改其中打开文件 #include "datastruct.h"为#include "graphics.h"ai.h //修改其中打开文件 #include "datastruc...