User profile: slavano

User info
User name:slavano
History
Joined:
Number of posts:12
Latest posts:

Error Templating Two Classes
That worked, now I have runtime errors I have to debug :).

Error Templating Two Classes
Hello all, I am trying to impliment my first binary tree and I am having some issues. The exact ...

Dynamically allocated 2D array
AAAAHHHHHH! Thank you so much for putting up with me! It works!!!

Dynamically allocated 2D array
Removing 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...