Ok, I'm new to pointers as part of our data structure class. The first assignment requires we make a templated function that allocates a 2d array, fills it with a default value and returns a pointer to the start of the array (array[0][0]).
I'm having trouble returning the pointer, I keep getting invalid conversion errors.
this is my .hpp file