Error reading characters of string error C++. Why?

后端 未结 0 1121
庸人自扰
庸人自扰 2021-01-07 16:49

I\'m working with C++ in Visual Studio. Here\'s my problem: I have this structure:

struct TreeNode
{
    string info;
    TreeNode* left, * right;
};
typedef          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题