Posted on
October 10th, 2008 4 Comments
This program simulates the game “snake”.
A string of characters moves on the screen according to arrow keys pressed by user. If it touches itself or screen boundary, the program terminates. When the snake moves, in arbitrary screen positions some digit (1-9) appears.
The objective of the game is to make the snake eat the said digit, so that it is...
Read More |
Make a Comment
Posted on
October 10th, 2008 1 Comment
This is an advance version of Tic Tac Toe computer game written in c programming language. The game runs in graphical mode of DOS prompt and users can play the game in graphical mode. The game has many options to choose from, like playing with computer, friend. While playing with computer use can select either novice mode or advance mode.
An excellent C program...
Read More |
Make a Comment
Posted on
October 9th, 2008 0 Comments
Anyone and Everyone is allowed to use this code freely without any conditions.I wrote most of this code as a part of a college assignment in my Computer Graphics Lab when I was in the 6th semester of Engineering. I am a student of R.V College of Engineering, Bangalore. (Computer Science and Engineering, Batch of 2002).I have no intentions of working to improve...
Read More |
Make a Comment
Posted on
October 9th, 2008 0 Comments
This C program prints out the first Fibonacci series of N numbers. In mathematics, the Fibonacci numbers are a sequence of numbers named after Leonardo of Pisa, known as Fibonacci. The first number of the sequence is 0, the second number is 1, and each subsequent number is equal to the sum of the previous two numbers of the sequence itself, thus creating the...
Read More |
Make a Comment
Posted on
October 8th, 2008 0 Comments
Reference standards
Don’t in any circumstances refer to Unix source code for or during your work on GNU! (Or to any other proprietary programs.)
If you have a vague recollection of the internals of a Unix program, this does not absolutely mean you can’t write an imitation of it, but do try to organize the imitation along different lines, because this...
Read More |
Make a Comment
Posted on
October 1st, 2008 0 Comments
It is a small program that shows a smal C program written in text mode graphics.
It compiles the program and shows its output.
This software is provided by MYCPLSU with the source code, you are free to use this code as you need and change the code.
C/C++ Compiler Interface (52.1 KiB, 4,880 hits)
Read More |
Make a Comment
Posted on
October 1st, 2008 3 Comments
This is a small utility to calculate the net income by checking a person’s salary and monthly expenses, on the basis of this information it calculates the loss/profit. It has a nice graphical User Interface with differents formats to show the information i.e.
Pie Chart: Shows the information in Pie chart with different colors for salary, expenses and net...
Read More |
Make a Comment
Posted on
October 1st, 2008 7 Comments
This program is written in pure C programming language. The interface of the C program is just like Turbo C/C++ compiler like interface, and it also provides some gialog boxes same like the Turbo C/C++ compiler. It has menus just like C/C++ compiler, text formatting options and also provides options to change font color.
The dialog boxes are coded seperately...
Read More |
Make a Comment