In point3d.cc there's a missing header. While compiling it, gcc (3.3.2) gives me an error, saying that cout is undeclared. The solution is very simple: just adds a #include <iostream> in the head of point3d.cc. Bye
Log in to post a comment.