c++如何编写图形界面
1、打开vc++然后点击新建项目。

3、右键源文件-->添加-->新建项

5、下载easyx,并安装。

6、编写c++代码:#include <stdio.h>#include <graphics.茑霁酌绡h>int main(){ initgraph(640,480); circle(350,200,100); system("pause"); closegraph(); return 0;}如图所示:

1、打开vc++然后点击新建项目。
3、右键源文件-->添加-->新建项
5、下载easyx,并安装。
6、编写c++代码:#include <stdio.h>#include <graphics.茑霁酌绡h>int main(){ initgraph(640,480); circle(350,200,100); system("pause"); closegraph(); return 0;}如图所示: