Record Entry System Using C

The objective of the record entry system is to develop a login-based record keeping system, which has nested menus and different interface for different sets of users. The application record entry system contains separate interface defined for an administrator and employees. The application provides a basic menu, which has menu options for both types of users. According to the selection made by the user, the user is prompted to enter his login name and password. On successfully validation the user name and password, a menu is displayed to the user…

Read More

Snake Game Using C

output of snake game

/* forward your comments to bestengineeringprojects.com */ To setup the graphics library: copy graphics.h to include folder and lbgi.a to library folder. Click Here To Download graphic.h and lbgi.a for linker parameters add these in project: -lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32 then start coding The Library files used is provided by Computer Science Depart. of Colorado University ( http://www.cs.colorado.edu/~main/bgi/ ) The Code: Now you can simply paste following code in the source file and compile , execute it. ( If you would like to know more about the code…

Read More

Simple Paint Program Using C

devc program

Note: You are free to download, use, edit, update and rebuild the program and source codes downloaded from here, But Please don’t forget to give considerable credits to Dreamlover Technology and bestengineeringprojects.com if you do so. A Paint Program is a program which allows you to draw pictures and symbols into the screen. Here you will find the tutorial to build a Simple prototype of a paint program. The software build will not be reliable and perfect enough to implement it in a real working environment like to edit a…

Read More

Library Book Info System (LBIS)

menu for library book info book

The project ‘Library Book Info System (LBIS)’ is going to develop for College has a good library enriched with a lot of books. The prime objective of the project is to fulfill the requirements of college library. This project has been developed to replace the existing manual system for keeping books records with computerized automated books record processing system. This project will automatically reduce the human efforts, time and cost and increases efficiency and accuracy of storing books records. The library staffs can get the right information in time and…

Read More

Games of Chance | Dice Game | Craps

game of craps3

    Click Here to download Compiled Software   The output of the Program are shown in figure below:    

Read More

Finding the maximum of three integers | C programming

maximum number of three integers1

  Click Here to Download Compiled Software   The output of the Program are shown in figure below:  

Read More

Comparing two number using if statements,Relational operators, and equality operators

comparing two number 3

Click Here to download Compiled Software The output of the Program are shown in figure below:

Read More

Advance Math Table using C Programming

The object of the project is to create an application that can calculate math tables. The Math Table using the ‘C’ application is created to make students’ maths skills better. The application or program created from this project includes the option like to enter the user name, the option to practice table, the option to choose a table for practice, the option to check whether the answer is right or wrong and correct it, show the number of wrongs and right answer, and final option to practice again. The project…

Read More