0_0_27274584_21369.cpp:19:64: error: expected '}' at end of input
bool operator != (const pnt &b) const {return abs(x - b.x) >
^
0_0_27274584_21369.cpp: In member function 'bool pnt::operator!=(const pnt&) const':
0_0_27274584_21369.cpp:19:64: error: expected primary-expression at end of input
0_0_27274584_21369.cpp:19:64: error: expected ';' at end of input
0_0_27274584_21369.cpp:19:64: error: expected '}' at end of input
0_0_27274584_21369.cpp: At global scope:
0_0_27274584_21369.cpp:19:64: error: expected unqualified-id at end of input
|