User: thil13

  • Public profile

User profile: thil13

User info
User name:thil13
History
Joined:
Number of posts:9
Latest posts:

"Expression must have class type" error with Binary Tree class
the error is in the main function here. [code]while (file) { file >> word; Address.insert(word...

"Expression must have class type" error with Binary Tree class
that didn't change anything. and ElementType is a string

"Expression must have class type" error with Binary Tree class
I switched the two even though that shouldn't make a difference. Error still persists. The problem ...

"Expression must have class type" error with Binary Tree class
This is the insert function [code]void BinaryTree::insert(ElementType new_data, Node *&root) { if (...

"Expression must have class type" error with Binary Tree class
When I run the program like that it gives a runtime error about an invalid null pointer. The origina...

This user does not accept Private Messages