Question: Implement a C++ program that helps to explain the syntax and the use of data structures such as arrays and pointers. These data structures

Implement a C++ program that helps to explain the syntax and the

 

Implement a C++ program that helps to explain the syntax and the use of data structures such as arrays and pointers. These data structures form part of the data members and constructors in a C++ class. Declare the data members of Competition class as follows: (a) (i) A string representing the title of the competition. (ii) An integer representing the number of players in the competition. (iii) (iv) A dynamic location large enough to store the names of the players in the competition. The location is reference by a pointer string* players. A dynamic location large enough to store the scores of the players in the competition. The location is reference by a pointer string* scores. (4 marks)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!