User profile: Hotice

User info
User name:Hotice
Name:Michael Warren
Location:Indianapolis, IN
History
Joined:
Number of posts:154
Latest posts:

Safely casting a Base to a Derived without using the heap
SOLUTION: 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 heap
I 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 allocation
Reference 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 allocation
If 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...