How to declare/implement array of certain type inside a class (c++) -
I am trying to apply a new class that assumes that there is such an array:
Classes MyClass {another class < Some 1, some 2 & gt; * Array; ....}
I want to build my array with an array of myclass size = other class. How can I do that? Thanks!
like this:
#include
Comments
Post a Comment