I\'m working with C++ in Visual Studio. Here\'s my problem: I have this structure:
struct TreeNode { string info; TreeNode* left, * right; }; typedef