我在我的文件中添加了一些const字符.我得到的错误是重复符号_xyz(说).它有什么问题,我怎么能摆脱这个问题.
const char* xyz = "xyz"; class Abc { public: Abc() { } };
c++
c++ ×1