I've just strated learning object oriented c++ and I'm having a lot of confusion with it. Could anyone tell me how to create an array of objects that contain character strings. I want to input the names of 5 items. How do I create an array that contains these 5 words, and then how do I retrieve those words from the array?