I need help with implementation of this class | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 2

I need help with implementation of this class

1.1 Write a class called Movie and save it in a file called movie.cpp. The general purpose of this class is to store movie related information and perform minimal transactions on the data. This class must have the following: ļ‚· A data member for storing the name of the movie ļ‚· A data member for storing the date in which the movie was released, for example ā€œ25/06/2013ā€ ļ‚· A member for storing the length of the movie in minutes ļ‚· A one dimensional array that stores scores awarded by each of the 4 critics

21st Feb 2018, 7:53 PM
Metsane Jacob
Metsane Jacob - avatar
1 Resposta
0
So what's your problem? People will be disinclined to solve your homework for you. Show how far you got, then you might get tips.
21st Feb 2018, 8:09 PM
1of3
1of3 - avatar