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.
如何在 Visual Studio 2012 中创建自定义类并使用其方法?
我尝试这个,但总是得到一个致命的错误:
LNK1120:1 个未解决的外部因素
啊,只需按类添加 className::。c++ 使用头文件和 cpp 文件上的所有方法/函数都有一个范围运算符。或者留下头文件,直接写。查看构造函数声明并执行相同操作。