- 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
1 Answer
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.