Need Help Starting Placed Inline Header File Template Class Called Dyarray Contain Privat Q37137163

Need help on starting this. Should be placed inline headerfile.

A template class called dyArray. It will contain theseprivate members:

  1. A pointer for a 2D dynamic array. The pointer will be oftemplated type.
  2. An integer variable for the number of rows in an inputfile.
  3. An integer variable for the number of columns in an input file(AKA the number of elements per row).

The template class should contain these publicmembers:

  1. A default constructor that sets the array pointer to null andboth numbers of rows and columns to zero.
  2. A constructor which takes two integer parameters for thenumbers of rows and columns in an input file.
  3. A destructor that properly
    OR
    OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.