A pointer is a data type whose value refers directly to (or "points to") another value stored elsewhere in the computer memory using its address.
0
votes
0answers
30 views
Binary Tree Address Conflictions
I wrote a post on a similar topic yesterday about my destructor for my Huffman tree class program. I have since isolated an issue with how my tree is being built that has me pretty baffled at the ...