Fix my c++ code - please read the description
Budget: $10 – $30 AUD
My project is in c++ (OOP meaning working with multiple files - so HEADER FILES MUST BE INCLUDED).
Project description:
The program is to be called CarClub
The application will display menu as below,
1. Load Cars
2. Display all cars
3. Search car
4. Count cars older than 30 years
5. exit
Please enter an option:
Load Car menu should read input data from a text file: cars.txt ($ separate text file).
Each car should store in a class object name CCar.
Car class has 4 members, which are Car make, Car model, Car manufacturer year, and Car price.
In addition,
If both Manufacture Year and Price were not provided, manufacture year has a default value of 2020 and Price has a default value of $20,000.
If only price was not provided, price should be set to a default based on this table:
2015<manufacture year <= 2020 and Price has a default value as $20,000.
2010 <manuf year <= 2015 and Price $14,000
1980 < manuf year <= 2010 and Price $7,000
manuf year <= 1980 Price $40,000
Using Dynamic Memory allocation to store Car object.
You should implement at least 1 custom exception and 1 file exception
You have to implement 1 operator overloading for operator "<<" to use as a print function.
So now,
I will give you the code I have, it's compiling but I am still missing things there. We need to discuss together, please send me a message.
Download file from here:
https://drive.google.com/file/d/1hZ9KJpmTpaNr0LixDXiarFyNB_3a9IzZ/view?usp=sharing
Project description:
The program is to be called CarClub
The application will display menu as below,
1. Load Cars
2. Display all cars
3. Search car
4. Count cars older than 30 years
5. exit
Please enter an option:
Load Car menu should read input data from a text file: cars.txt ($ separate text file).
Each car should store in a class object name CCar.
Car class has 4 members, which are Car make, Car model, Car manufacturer year, and Car price.
In addition,
If both Manufacture Year and Price were not provided, manufacture year has a default value of 2020 and Price has a default value of $20,000.
If only price was not provided, price should be set to a default based on this table:
2015<manufacture year <= 2020 and Price has a default value as $20,000.
2010 <manuf year <= 2015 and Price $14,000
1980 < manuf year <= 2010 and Price $7,000
manuf year <= 1980 Price $40,000
Using Dynamic Memory allocation to store Car object.
You should implement at least 1 custom exception and 1 file exception
You have to implement 1 operator overloading for operator "<<" to use as a print function.
So now,
I will give you the code I have, it's compiling but I am still missing things there. We need to discuss together, please send me a message.
Download file from here:
https://drive.google.com/file/d/1hZ9KJpmTpaNr0LixDXiarFyNB_3a9IzZ/view?usp=sharing