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

Editing Python Class in Shell and SQLAlchemy -

rest - Basic cxfrs RESTful JAX-RS Service -

ajax - Decimal('12000') is not JSON serializable -