0_0_12110972_22619.cpp:15: error: two or more data types in declaration of `x'
0_0_12110972_22619.cpp:15: error: field `x' has incomplete type
0_0_12110972_22619.cpp:15: error: ISO C++ forbids initialization of member `x'
0_0_12110972_22619.cpp:15: error: making `x' static
0_0_12110972_22619.cpp:15: error: invalid in-class initialization of static data member of non-integral type `<type error>'
0_0_12110972_22619.cpp:15: error: expected unqualified-id before "double"
0_0_12110972_22619.cpp: In member function `Point3 Point3::operator+(Point3&)':
0_0_12110972_22619.cpp:29: error: no matching function for call to `Point3::Point3(double, double, double)'
0_0_12110972_22619.cpp:17: note: candidates are: Point3::Point3(const Point3&)
0_0_12110972_22619.cpp: In constructor `plane3::plane3()':
0_0_12110972_22619.cpp:41: error: no matching function for call to `Point3::Point3()'
0_0_12110972_22619.cpp:17: note: candidates are: Point3::Point3(const Point3&)
0_0_12110972_22619.cpp:41: error: no matching function for call to `Point3::Point3()'
0_0_12110972_22619.cpp:17: note: candidates are: Point3::Point3(const Point3&)
0_0_12110972_22619.cpp:41: error: no matching function for call to `Point3::Point3()'
0_0_12110972_22619.cpp:17: note: candidates are: Point3::Point3(const Point3&)
0_0_12110972_22619.cpp: In function `Point3 Cross3(Point3, Point3)':
0_0_12110972_22619.cpp:62: error: no matching function for call to `Point3::Point3()'
0_0_12110972_22619.cpp:17: note: candidates are: Point3::Point3(const Point3&)
0_0_12110972_22619.cpp: In function `Point3 Subt(Point3, Point3)':
0_0_12110972_22619.cpp:78: error: no matching function for call to `Point3::Point3()'
0_0_12110972_22619.cpp:17: note: candidates are: Point3::Point3(const Point3&)
0_0_12110972_22619.cpp: In function `void solved(Line3, Line3)':
0_0_12110972_22619.cpp:124: error: no matching function for call to `Point3::Point3()'
0_0_12110972_22619.cpp:17: note: candidates are: Point3::Point3(const Point3&)
0_0_12110972_22619.cpp: In function `int main()':
0_0_12110972_22619.cpp:142: error: no matching function for call to `Line3::Line3()'
0_0_12110972_22619.cpp:125: note: candidates are: Line3::Line3(const Line3&)
0_0_12110972_22619.cpp:142: error: no matching function for call to `Line3::Line3()'
0_0_12110972_22619.cpp:125: note: candidates are: Line3::Line3(const Line3&)
|