Skip to main content

Project in C/C++ : Password Protected Contact book


Features 

  1. Installation of the Application
  2. Password Protection
  3. Intelligent Searching 
  4. Add ,Remove Contact
Description 
It is a console based app the compiler used for the development is "Borland 5.02" this project  can be used as a semester project with any c/c++ course in schools/collages , it is best for learning and enhancing your skills in c++ . 
This application is programmed in C++ using "filestream" and some other basic libraries. First the user is asked to allow the installation of the app , and while installing it ask user a six character password and ask user to login for the first time.

And the user reach to the following screen

Screen shot of App
Now simply select the required option .

Following is the download link , you can download the complete project folder including the Source Code
if you have any problem with the project like compiling issues or any thing you do not understand in the source code  or you might found some thing which need's to be correct or which might enhance the usability of the app you feel free to contact
awaisazam230@gmail.com

Please Comment !!

Source Code + EXEfile in a Winrar file

Download

project is created by Awais Azam


Comments

Popular posts from this blog

Solar Powered Rubbish Bins

Solar powered rubbish bins look like ordinary dustbins but these are powered by light(sun), so the question is what is power is used for ? Actually these dustbins has an trash compaction system which is powered by light or solar system and some other intelligent features explained bellow  Features  They crash litter  Send notification (usually email) when full  Make collection process efficient  Totally powered by sun   How it work You can see the parts of the solar bin in the picture.These bins contain a sensor to detect when it is full , when the litter reaches to a specific thresh hold it start the compaction process, it use a 12 volts battery which is charged by sunlight. Normally these bins have capacity of 800 litres (180 gallons) , due to its low power consumption it can be even used in shaded places  It use a wireless transmission system which is connected to the sensor and it send a signal to the local waste collecto...

Explaination Of Electron Gun

Thomson discovered the electron using this concept in 1897 after conducting experiments with cathode rays and studying their uses. Electron guns are a very versatile electrical component. They are essential to a number of devices, from 3D printers and welders to the large synchrotron at the Diamond Light Source in the UK and the electric systems of Kimball Physics in the US So how they work It’s all down to kinetic energy and electrical currents. When installed in an electrical device’s vacuum tube, the gun turns electrons and ions into usable beams of energy by releasing them from their  metal source (cathode). This process is known as thermionic emission. Inside the gun there is a small filament that heats the cathode, which makes it release a stream of electrons. The electrons accelerate rapidly and the resulting beam is pulled toward the neighbouring anode, which is positively charged. There are small holes in the anode which allow some electrons to pass through, so a...

Vehicle Parking Management System in C++

this project is developed by Awais Azam Features Graphically display the parking locations(symbolically) Keep record of the arrival and departure of the vehicles with date-time specified  Resume the data from the storage  Can check history (arrival + departure) Automatically choose the parking location Alarm if any vehicle violate the parking order Description  This project is coded in C++ using codeblocks  compiler, it has almost 500 lines of code. easy for the beginners in the C++ language , almost each line is commented and explaining its purpose. As per the working of this app , for the first run it create some text files to keep the record of the vehicles ,  First screen show the menu from which user has to select an option as per his/her need   As the screen shows , above is the screen shot of the application, it is not a small project as it looks like it almost cover all the major topics of C++ (not OOP) you can als...