0_0_4549321_11901.cpp:1: error: `import' does not name a type
0_0_4549321_11901.cpp:2: error: `import' does not name a type
0_0_4549321_11901.cpp: In constructor `Point::Point(double, double)':
0_0_4549321_11901.cpp:6: error: `x' is not a type
0_0_4549321_11901.cpp:6: error: request for member of non-aggregate type before '=' token
0_0_4549321_11901.cpp:7: error: `y' is not a type
0_0_4549321_11901.cpp:7: error: request for member of non-aggregate type before '=' token
0_0_4549321_11901.cpp: In member function `double Point::getDistance(Point)':
0_0_4549321_11901.cpp:12: error: `Math' undeclared (first use this function)
0_0_4549321_11901.cpp:12: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4549321_11901.cpp: At global scope:
0_0_4549321_11901.cpp:17: error: expected unqualified-id before "public"
0_0_4549321_11901.cpp:17: error: expected `,' or `;' before "public"
|