C Program to impliment Fish Movement

Friday, October 2nd, 2009  »  Posted By  »  Total 4 Comments

x+=5;
y+=1;
arc(x,y,stangle,endangle+35,radius);
arc(x,y-110,190,323,radius+2);
circle(x+40,y-60,5);
line(x-90,y-90,x-90,y-8);

C program to implement Spiral Model

Friday, October 2nd, 2009  »  Posted By  »  Total 1 Comment

setcolor(YELLOW);
printf(“ENTER THE NUMBER OF RINGS IN THE SPIRAL MODEL\n”);
scanf(“%d”,&n);
printf(“Enter the origin point of the spiral”);
scanf(“%d%d”,&x,&y);

C Program to implement Kite flying

Friday, October 2nd, 2009  »  Posted By  »  Total 1 Comment

void main()
{
int gd=DETECT,gm;
int x=10,y=480;
initgraph(&gd,&gm,”..\\bgi”);
while(!kbhit())
{
cleardevice();
if(y==0)

Turbo C graphics programming

Turbo C graphics programming Thursday, November 20th, 2008  »  Posted By  »  Total 82 Comments

To start with graphics programming, Turbo C is a good choice. Even though DOS has its own limitations,  it is having a large number of  useful functions and is easy to program. To implement graphics algorithms,  To give graphical display of statistics, To view signals from any source, we can use C graphics. Here  is  [...]

Question and Answer
C/C++ Unix & Linux Wordpress
Source codes
C C++ Java

Free email signup

Email: