'getmoderange' : undeclared identifier怎么解决?
DOS下绘图和Windows下有很大不同,如果你什么都不懂,那么最好的做法是找turbo c或者borland c编译程序。移植到windows下相当于要重新开发了。
Turbo C 的与图形图像处理的函数,在 Windows 平台下不能再使用,需要替换成相应的 GDI 或 GDI+ 的函数。
直接用windows API来画图吧。