1.首先需要下载vc6,因为CodeBlocks或者VS似乎不支持Easyx。 2.下载Easyx库的最新版本。 3.解压后目录,点击Setup安装,点击下一步。 4.点击安装就安装成功了。创建项目:1.新建——工程——Win32 Console Application——修改保 include "windows.h"include "stdlib.h"HDC MainDC;void circle(int x,int y,int r...