118512_0_29421.c:1:19: iostream: No such file or directory
118512_0_29421.c:3: error: syntax error before "namespace"
118512_0_29421.c:5: error: syntax error before "Point"
118512_0_29421.c:6: error: syntax error before '{' token
118512_0_29421.c:10: error: syntax error before '}' token
118512_0_29421.c: In function `main':
118512_0_29421.c:14: error: `Point' undeclared (first use in this function)
118512_0_29421.c:14: error: (Each undeclared identifier is reported only once
118512_0_29421.c:14: error: for each function it appears in.)
118512_0_29421.c:14: error: syntax error before "p1"
118512_0_29421.c:15: error: `cin' undeclared (first use in this function)
118512_0_29421.c:15: error: `p1' undeclared (first use in this function)
118512_0_29421.c:15: error: `p2' undeclared (first use in this function)
|