I cant find anything on this subject.
this is what i tried.
in the header file i have
float* m_entries;
in the constructor i wanted to have this
m_entries = new float [2][2];
and i got some errors
yea i usually dont like to work with them. But in fact i think it would best represent the Matrix class im trying to make for the fun of it.