Error Templating Two ClassesThat worked, now I have runtime errors I have to debug :).
Error Templating Two ClassesHello all, I am trying to impliment my first binary tree and I am having some issues. The exact ...
Dynamically allocated 2D arrayAAAAHHHHHH! Thank you so much for putting up with me! It works!!!
Dynamically allocated 2D arrayRemoving the reference gets rid of the warnings however it still crashes
Dynamically allocated 2D array[code] #include"Matrix.h" Matrix::Matrix() { name = ""; rowSize = 0; colSize = 0; matrix = NULL...