can not find the definition (implementation)of this functionC++出现此类问题,怎么办

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/14 15:10:49
can not find the definition (implementation)of this functionC++出现此类问题,怎么办

can not find the definition (implementation)of this functionC++出现此类问题,怎么办
can not find the definition (implementation)of this function
C++出现此类问题,怎么办

can not find the definition (implementation)of this functionC++出现此类问题,怎么办
不能找到定义执行此功能.为编译器不会自动为类中的静态成员分配内存空间(由于申明一般都在.h文件中,想想如果自动定义了会有什么后果呵呵~),所以在你申明后应该定义他(为他分配一个内存空间
implementation [简明英汉词典]
n.执行
definition [简明英汉词典]
n.定义,解说,精确度,(轮廓影像等的)清晰度

凉拌

请问你的问题解决了吗 我也遇到了这个问题 该怎么解决呢 谢谢 can not find the definition (implementation)of this function

c++是面向对象的!上面的 意思是说:没有找到函数(方法)的定义(实例化);
根据以上的意思我认为你可能引用了c++类库中不存在的方法,或者你用的 代码的函数(方法)编写错误;你 应该检查原程序!!

你贴发错地方了