Inventory Management System Using C

The project aims at developing an inventory management system using the C language that enables an organization to maintain its inventory. The project inventory management system demonstrates the creation of a user interface of a system, without the use of C Graphics library. The application uses basic C functions to generate menus, show message boxes and print text on the screen. To display customized text with colors and fonts according to application requirements, functions have been created in the application, which fetch the exact video memory addresses of a target…

Read More

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

Telephone Diary using C++

main menu of Telephone Diary using C++

The project telephone diary using C++ stores contact information of person. The program telephone diary has used file system to store contact information in disk. It stores ID, Name, Address, Phone, Mobile and Email of a person. This project allows us to add, update, delete and search particular record of person. We can search contact information from person name and mobile number. Again, we can list out all contact in alphabetical order choosing appropriate option in program. Again, we can update and delete existing contact information on the basis of…

Read More

Employee Management System Using C++

main menu of Employee Management System Using C++

Introduction to Employee Management System Using C++ Employ management system using C++ is a menu-driven program that allows us to add, update, delete and search records of an employee working in an organization. The program employee management system stores employee ID, name, post, department, and salary of the employee. Initially, it has no data. Thus, we have to add employee records choosing appropriate options in this program (i.e. selecting option #1). Previously we had posted Employee Management System Using C with the same features. Employee Management system using C++ program…

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