Hello,
I am having a problem with an assignment that I have to submit tomorrow which is to let a user construct an object. in the assignment it is asked from me to create a DVDshop class where the user can create a DVD object. Also, in this class I should have an array of actors but I don't know how to deal with array in objects(how to initialize them).
If I am letting the user set the values of the data member, do I still have to have a constructor for the class? because when I don't include a constructor I get an error!
Please help me out here, I am new to object-oriented C++,