Graphics in c language

Solved/Closed
Sanju - Mar 2, 2010 at 06:37 AM
 PRATAP - Oct 6, 2010 at 07:24 AM
Hello,
1.write a c program tyo draw a sphere?
2 write a c program to draw a rounded rectangle?
3.write a program to draw an ellipse, half colored?

4 responses

source code of human heart in c graphics
23
Hello,
1.write a c program tyo draw a sphere?
2 write a c program to draw a rounded rectangle?
3.write a program to draw an ellipse, half colored?
14
write a program to attach a picture file
0
slam
i m new user. main 1 program ka code chahye jis main circle cllips rotate scallind translate DDA LINE incremental line Bresnh,s line and reflection ,shear,rgb to cmy and cmy to rgb vertex include ho plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz help me.plz plz plz plz plz
0
#include
#include

void main()
{
int gd=DETECT, gm;

initgraph(&gd, &gm, "c:\\turboc3\\bgi " );
circle(200,100,150);

getch();
closegraph();
}
0
THNKS
9
small programmer
Jul 16, 2010 at 11:11 AM
what the difference between turbo c++ and borland c++
0