0% found this document useful (0 votes)
363 views

Property Management System

The document describes a real estate management system created in C++ that allows users to inquire about properties for sale, including lands, shops, bungalows, single apartments, deluxe apartments, and luxury apartments. The system uses concepts like object-oriented programming, classes, objects, file handling, and conditional statements. It has a password-protected login and a simple user interface with five menu options for property types and an exit option. Users can enter their details to purchase a property and receive an invoice with purchase details.

Uploaded by

Vedant Kohli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
363 views

Property Management System

The document describes a real estate management system created in C++ that allows users to inquire about properties for sale, including lands, shops, bungalows, single apartments, deluxe apartments, and luxury apartments. The system uses concepts like object-oriented programming, classes, objects, file handling, and conditional statements. It has a password-protected login and a simple user interface with five menu options for property types and an exit option. Users can enter their details to purchase a property and receive an invoice with purchase details.

Uploaded by

Vedant Kohli
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Property Managment

system
submitted by:-

vedant kohli
(2k20/co/478)
sumit dixit
(2k20/co/450)
OBJECTIVES:
The Real Estate Management system is designed in C++ programming language and
would allow
the user to inquire about property , buy a new property like lands ,shops ,bungalows, single
apartments, deluxe apartments, luxury apartment . The
system will provide the user a total 5 choices with the last choice to exit. The user
interface is quite simple with normal screen design so that the user can easily get
familiar with it.
With the help of this system the user gets an invoice for his purchase with all his relevant
details. It is also password protected to make the system of buying properties even more
secure.
SOFTWARE AND HARDWARE REQUIREMENTS:
Programming language- C++ (program file saved with extension .cpp)
In order to run the project, you must have installed any Text editor with a compiler or
even it can be performed on any online IDE.

CONCEPTS USED:
1. Object-Oriented Programming.
2. Classes and Objects.
3. File Handling.
4. Fundamental Data structures.
5. Conditional Statements like while, for, do-while.
6. Data hiding.
7. Data Abstraction
8. Data Encapsulation
9. Modular Oriented Programming
1)Running the code we encounter the string admission function as shown in the code snippet
below:-
this function is designed to make
the system password protected.
The password we set is :-
TONYSTARK

As we enter the correct


password
the system welcomes us
to the REAL ESTATE
MANAGEMENT SYSTEM
else it will ask the user to try it
again..
2) then it ll ask us to enter the details
like:- Name, Address, Phone no

3)As soon as we enter the details


we are encountered by 5 options
on the menu screen :-
4) After choosing option 1 we ll be asked to enter the land details for buying land:-

These details include :-


Land name:
Land number:
Dimensions:
no of land:

5)After entering the details for


buying land, We'll get the
details of the purchased land
as an invoice.
The cost to be paid is given at
the end:-

6) The same can be done with other choices by choosing options 2,3,4 as
shown below:-

You might also like