I'm specifically trying to define an array in the header file.
However since I want the user to define the array size, the size I want to define the array I want is undefined in the header when I first declare it.
That gives an error on my IDE "Invalid use of non-static data member".