摘要: 静态成员函数编译时出现 static成员"Cannot declare member function ...to have static linkage"错误 解决方案 在.cpp文件中去掉static关键字 static的用法有好几种,在类中成员函数的声明使用static关键字则是规定说该成员函 阅读全文
posted @ 2020-08-10 19:01 gooneybird 阅读(1328) 评论(0) 推荐(0)