Safely casting a Base to a Derived without using the heapSOLUTION: I found this stuff to fix the error: http://stackoverflow.com/questions/3319892/c-why-does...
Safely casting a Base to a Derived without using the heapI am fairly new to the concept of inheritance, and I am constructing a [code]Matrix[/code] class and...
Pointer initialized to 0 doesn't change after dynamic allocationReference to pointer solved the problem! Thank you very much!! //Now, I can get to making a parsing ...
Pointer initialized to 0 doesn't change after dynamic allocationIf I used [code]buildBST(pointer, index);[/code], wouldn't that mean that, for the next value search...
Pointer initialized to 0 doesn't change after dynamic allocation[quote]Can you give us the whole code?[/quote] Sure. [code] #include "include\BSTTest.h" #include...