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

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -