User Profile
Collapse
-
Aha, thank-you! -
Member function redeclaration not allowed
So, below is code for a binary tree, the structure is referred to as TreeNode. I'm having some trouble separating what information goes into the TreeNode.h file and the TreeNode.cpp file.
Here is the .h file
...Code:#pragma once #ifndef TREENODE_H #define TREENODE_H #include <iostream> #include <string> class TreeNode{ private: std::string word; int count;
No activity results to display
Show More
Leave a comment: