• 大小: 765B
    文件类型: .c
    金币: 1
    下载: 0 次
    发布日期: 2021-06-27
  • 语言: 其他
  • 标签: graph.c  

资源简介

graph.c

资源截图

代码片段和文件信息

#include “graph.h“

int gresult;

int initgraphmode(void)
{
int gd gm;
detectgraph(&gd &gm);
  initgraph(&gd &gm ““);

if( (gresult = (int)graphresult()) != (int)grOk )
return 0;
else
return 1;
}


char * getgrapherrmsg(void)
{
return grapherrormsg(gresult);
}


void drawbox(int x int y int color)
{
int basex = XPosition;
int basey = YPo

评论

共有 条评论

相关资源