insert_node is expecting a pointer, you pass it an object. pass its address instead by prefixing it with & like so
Code:blank.insert_node(&blank, blank.key_value, blank.item_value);
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 15
Threaded View
|
Click Here to Expand Forum to Full Width |