I am not clear on the details of the relationship is. If the relationship is association, you can implement that with a member, or a pointer. If it's a 0+ multiplicity, you'll end up using a collection of pointers.
I use the term pointer, but never use them directly, wrap them in unique_ptr or smart_ptr (or equivalents).
Also, never use arrays directly. Always use a container instead.
So - the post accusing @mike9407 of being a troll is left here, but my post in which I try and explain to Mike why his posts are leading people to think he's a troll, in the hope that he can improve his posting style, is deleted?