C Program to impliment Fish Movement

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

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 Ranjith  »  Total 0 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 Bar Graph

Friday, October 2nd, 2009  »  Posted By Ranjith  »  Total 0 Comment

setcolor(CYAN);
printf(“ENTER THE NUMBER OF DATA ELEMENTS\n”);
scanf(“%d”,&n);

line(1,1,1,479);// Y axis
line(1,479,640,479);// X axis

Turbo C graphics programming

Turbo C graphics programming Thursday, November 20th, 2008  »  Posted By Ranjith  »  Total 62 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  [...]

Sudoku Solver using C++

Sudoku Solver using C++ Thursday, November 20th, 2008  »  Posted By Ranjith  »  Total 76 Comments

You have seen it in the news papers, you have seen it in the magazines or in the web sites, you might have sat hours ‘n hours to solve it. Yes, it is the king of all number puzzles, it is “SUDOKU”. We bring to you the ultimate solution for all your struggles, The SUDOKU [...]

Shuffle game using C++

1 Thursday, November 20th, 2008  »  Posted By Ranjith  »  Total 8 Comments

If you think playing a game as this is a child’s play, try a hand on this and think again. Its all about how you plan on making your next move. All the best, have fun. Here is a simple game developed in C graphics which is called ‘The Shuffle Game’. We believe u have [...]

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

Free email signup