Search property from catalogue , C/C++ Programming

Assignment Help:

Implement the search property from catalogue menu option.  After selecting this option the user should be asked to specify the property using the following sub-menu:

1. Specify address

2. Specify real estate agent first name

3. Specify real estate agent last name

After choosing one of the above sub-menu options, the user should be asked to type in a string to be used for finding the property.  Note the string has to completely match the relevant property attribute.  Partial match is not considered a match.  

In the following example the user strings does not match the corresponding properties:

User types in for property address: 32 Bugden Ave, Forest Hill, VIC 3108

Actual property address:  32BugdenAve,ForestHill,VIC3108

User types in for real estate agent first name: peters

Actual real estate agent first name for property:  peter

User types in for real estate agent surname: peter

Actual real estate agent surname for property:  peterson

The search should be case insensitive.  Therefore the following does match:

User types in for real estate agent first name: peter

Actual real estate agent first name for property:  peTer

User types in for property address: 32 bugden ave, forest hill, vic 3108

Actual property address: 32 Bugden Ave, Forest Hill, VIC 3108

The matching properties found should be displayed onto the screen in the same format as task 4.  If more than one matching properties is found then all matching properties should be displayed.


Related Discussions:- Search property from catalogue

When is a template a better solution than a base class, When you are design...

When you are designing a generic class to have or otherwise manage objects of other types, when the format and behavior of those other types are unimportant to their containment or

Homework, 5 questions. plus i will provide the "vector.h" for the questions...

5 questions. plus i will provide the "vector.h" for the questions that needs it

Wap for the game hangman-using functions with txt graphics, The game of han...

The game of hangman may have originated in the Victorian era, and involves trying to guess a word by suggesting letters. The game is played as follows: A word is chosen and the pl

Arrays, #question.Write a c++ program to accept and print a 1_d array

#question.Write a c++ program to accept and print a 1_d array

Online tutor, Given an char variable last that has been initialized to a lo...

Given an char variable last that has been initialized to a lowercase letter, write a loop that displays all possible combinations of two letters in the range ''a'' through last. Th

Define an asset base class, a) Define an Asset base class that provides the...

a) Define an Asset base class that provides the following method: class Asset { public:      virtual double getValue()=0; };   This will be the base class for both stock an

Palindrome, Problem : Change to palindrome A palindrome is a string that r...

Problem : Change to palindrome A palindrome is a string that reads the same from both the ends. Given a string S convert it to a palindrome by doing character replacement. Your ta

Explain about the constants in c language, Explain about the Constants in c...

Explain about the Constants in c language? The Constants in C refer to fixed values that don't change during the execution of a program. C has four fundamental types of constan

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd