84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
我有两个类Population和Group,因为要写一个Group的成员函数
void initialize(Population<T> &p, const int id);
但我已经加载了Population的头文件,IDE却提示我Population' has not been declared,请问这是什么情况??
Population' has not been declared
这是Population的内容和位置
人生最曼妙的风景,竟是内心的淡定与从容!
include路径都是从当前路径开始的. 你显示的图. 有些不太懂. 但是根据图像信息. 我写了一下, 你试一下吧.
include
问题已经解决了,因为Population.h中已经包含了Group文件。所以在Group类的上面声明一下Population类就可以使用了。。
include
路径都是从当前路径开始的. 你显示的图. 有些不太懂. 但是根据图像信息. 我写了一下, 你试一下吧.问题已经解决了,因为Population.h中已经包含了Group文件。所以在Group类的上面声明一下Population类就可以使用了。。