Skip to main content

Posts

Showing posts with the label c

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

Features  Installation of the Application Password Protection Intelligent Searching  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 m

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 also check my other project which is also