Home › Forums › GAMES在线课程(现代计算机图形学入门)讨论区 › 作业7的一个报错 › Reply To: 作业7的一个报错 2020年4月18日 at 下午9:30 #5849 Score: 0 arcParticipant Karma: 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.