#5849 Score: 0
arc
Participant
5 pts

Vector.hpp 中的 Vector3f 类只实现了 double operator[](int index) const 没有实现 double& operator[](int index)
在链接的时候编译器找不到这个符号的实现所以报错。

  • This reply was modified 5 years, 7 months ago by arc.
Attachments:
You must be logged in to view attached files.