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

3D Ball, graphics based project on C++

Introduction to 3D Ball, graphics based project Here is a C++ based project called 3D Ball, graphics based project which shows objects in three dimensional view. To make object look much more realistic, here different features of graphics based on C++ is used. Initially the vertex table of the object is formed and then proceeding by rotation and translation. This program has facilities of rotation, transformation of 3D structure object etc. Check out other interesting C++ projects posted in bestengineeringprojects.com  Telephone Diary using C++ Employee Management System Using C++ Base Conversion based…

Read More

Base Conversion based on C++

Base conversion is a mini C++-based project which converts the entered number from any base ranging from base 2 to base 10 to any base ranging from base 2 to base 16 numbers. The project is based on C++   and uses various aspects of C++ to do the computation for base conversion. You can enter any number from base two to ten to the program and the program outputs the number converted in your required base from base two to base sixteen. Check out other interesting C++ projects posted…

Read More

Color the text [C++ Based]

Color the text is a simple computer programming project, that displays text on the screen in various colors based on the option chosen by the users. This is a simple programming project based on C++ code, The program first asks for the user input and displays the text in the corresponding color on the screen. The magic in the program is done by the C++ function setcolor() which is described or coded explicitly in the program itself. The program, first of all, defines the function setcolor() and describes its statements.…

Read More