Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 OSX 上开发 QT 5.0。我已经包含了来自其他类的头文件,但是使用这些类作为类型会在构建时出错:使用未声明的标识符。
但是,我包含的一些类似乎确实可以用作类型。可能是 QT 中的错误还是我错过了什么?
谢谢
代码示例:
#include Aclass.h class Bclass { vector<Aclass> vectorofA;}