String-classes-constructors and member functions, C/C++ Programming

Assignment Help:

Objective

Using C++ string, classes, constructors and member functions.

Task A
Write a program (book.cpp) to store a list of book titles and the published dates. Your program is to read in an array of book titles and published dates. The student should declare a class called book with two members: book title and published date.

Your program shall perform the following:
1. Prompt user to enter the book title and the published date.
2. The program should be designed to allow the user to key in 10 entries and they should be stored in an array of structures.
3. A function printbook should be written for the 10 entries of book titles and published dates to be printed out on the screen.
4. Correctly identify invalid user input

Task B

Write a program (room.cpp) to create a room class which allows the user to set the length and width of the room as well as the colour of the room. The user can also display the room's area and colour on the screen.

The program should include the following:
• The room class consists of 3 variables: length, width and colour.
• The room class should have a function area to calculate the room area based on the length and width inputs.
• Two instances or objects: rooma and roomb of the room class should be created.
• Use constructor and destructor for the room class.
• rooma object should be declared and 3 arguments should be passed on. They are: length=5, width=4 and colour=green.
• roomb object was declared without any arguments, which initialised both length and height with a value of 4 and colour=white.
• The program should print out the area and colour of the objects (rooma and roomb).


Related Discussions:- String-classes-constructors and member functions

Define the object-oriented terms, Question : (a) Define the following O...

Question : (a) Define the following Object-Oriented terms: (i) Encapsulation (ii) Inheritance (iii) Abstraction (iv) Polymorphism. (b) What are objects in Lingo progra

Write a program that finds the minimum total number of she., Write a progra...

Write a program that finds the minimum total number of shelv, C/C++ Programming

Write a program that illustrate creation of a data file, Write a Program th...

Write a Program that illustrate creation of a data file? Here is a program to generate a Fibonacci series and write it into a Data file. # include main() { FILE *fpt;

Programming Assignment 4, For this program, you are going to modify your pr...

For this program, you are going to modify your previous program (program 3) so that it will now have a menu to see if the user wants to read the input from a file or interactively.

Stack and queues, Using Figure 10.2 as a model, illustrate the result of ea...

Using Figure 10.2 as a model, illustrate the result of each operation in the sequence ENQUEUE.Q; 4/, ENQUEUE.Q; 1/, ENQUEUE.Q; 3/, DEQUEUE.Q/, ENQUEUE.Q; 8/, and DEQUEUE.Q/ on an i

C program for function of average, C program for function  of average ...

C program for function  of average int average(int); void main() {           int max=0,c=0;           clrscr();           printf("ENTER THE LIMIT OF INPUT FOR AV

Assigment, Hi is there any chance to get assignment for fresher tutor

Hi is there any chance to get assignment for fresher tutor

Described inline function?, A: The inline keyword tells the compiler to sub...

A: The inline keyword tells the compiler to substitute the code in the function de_nition for each instance of a function call. Though, substitution takes place only at the compile

Help, what is c++ ?

what is c++ ?

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