Question at the link provided: "Heyy what im trying to do in this program is create a new instance of another class within a class. Im having trouble doing so, iv already tried defining the 'Weapon' class within the 'Enemy' class through its constructor, didnt quite work though... I could play around with it for hours on end until i figure it out, i'd rather not though. Iv provided my code below. Can anyone help?"
Answer: "Just put the object in your class like you do with any other member var, and put its ctor arguments in the initializer list of your constructor."
Some top rate instantiation going on there.