#include"graphics.h"
void main()
{
int x,y;
int gd=0,gm;
initgraph(&gd,&gm,"");
x=getmaxx();
y=getmaxy();
setcolor(WHITE);
setfillstyle(1,WHITE);
rectangle(0,y,x,0);
setcolor(5);
setfillstyle(1,5);
line(240,60,160,180);
line(240,60,320,180);
setcolor(GREEN);
setfillstyle(1,GREEN);
line(160,180,560,180);
line(240,60,480,60);
line(480,60,560,180);
line(300,60,380,180);
line(360,60,440,180);
line(420,60,500,180);
setcolor(8);
setfillstyle(1,8);
rectangle(160,180,320,420);
rectangle(320,180,560,420);
setcolor(9);
setfillstyle(1,9);
rectangle(190,240,290,420);
setcolor(RED);
setfillstyle(1,RED);
rectangle(380,240,500,320);
rectangle(380,240,440,320);
rectangle(380,240,500,280);
setcolor(YELLOW);
setfillstyle(1,YELLOW);
circle(180/2,160/2,30);
floodfill(180/2+1,160/2+1,YELLOW);
setcolor(YELLOW);
setfillstyle(1,YELLOW);
line(150,20,115,55);
line(90,2,90,45);
line(35,15,65,55);
line(14,80,55,80);
line(125,80,165,80);
line(90,117,90,165);
line(64,110,35,155);
line(115,110,150,145);
setcolor(WHITE);
setfillstyle(1,WHITE);
circle(480/2,260/2,15);
floodfill(480/2+1,260/2+1,WHITE);
getch();
closegraph();
}
Dan hasilnya bisa dilihat dengan menekan Ctrl+F9 dari Keyboard ^_^
padahal uda pas, kenapa eror semua ya min?
BalasHapuskasih solusinya dong min, apanya yg salah?
BalasHapus