286905_0_23165.cpp:8: error: `TYPE' does not name a type
286905_0_23165.cpp:9: error: `TYPE' does not name a type
286905_0_23165.cpp:11: error: expected `)' before "_x_"
286905_0_23165.cpp: In constructor `POINT::POINT()':
286905_0_23165.cpp:10: error: class `POINT' does not have any field named `x'
286905_0_23165.cpp:10: error: class `POINT' does not have any field named `y'
286905_0_23165.cpp: At global scope:
286905_0_23165.cpp:32: error: `TYPE' does not name a type
286905_0_23165.cpp: In function `int main()':
286905_0_23165.cpp:47: error: 'struct POINT' has no member named 'x'
286905_0_23165.cpp:47: error: 'struct POINT' has no member named 'y'
286905_0_23165.cpp:47: error: 'struct POINT' has no member named 'x'
286905_0_23165.cpp:47: error: 'struct POINT' has no member named 'y'
286905_0_23165.cpp:47: error: 'struct POINT' has no member named 'x'
286905_0_23165.cpp:47: error: 'struct POINT' has no member named 'y'
286905_0_23165.cpp:49: error: `OutArea' undeclared (first use this function)
286905_0_23165.cpp:49: error: (Each undeclared identifier is reported only once for each function it appears in.)
|