0_0_33401542_28978.cpp:6:16: error: 'Point' was not declared in this scope
#define Vector Point
^
0_0_33401542_28978.cpp:15:15: note: in expansion of macro 'Vector'
double length(Vector v) {
^
0_0_33401542_28978.cpp:15:25: error: expected ',' or ';' before '{' token
double length(Vector v) {
^
0_0_33401542_28978.cpp:19:18: error: 'Point' was not declared in this scope
double disToLine(Point P, Point A, Point B) {
^
0_0_33401542_28978.cpp:19:27: error: 'Point' was not declared in this scope
double disToLine(Point P, Point A, Point B) {
^
0_0_33401542_28978.cpp:19:36: error: 'Point' was not declared in this scope
double disToLine(Point P, Point A, Point B) {
^
0_0_33401542_28978.cpp:19:43: error: expression list treated as compound expression in initializer [-fpermissive]
double disToLine(Point P, Point A, Point B) {
^
0_0_33401542_28978.cpp:19:45: error: expected ',' or ';' before '{' token
double disToLine(Point P, Point A, Point B) {
^
0_0_33401542_28978.cpp:24:31: error: 'Line' was not declared in this scope
int getLineCircleIntersection(Line L, Circle C, Point& P) {
^
0_0_33401542_28978.cpp:24:39: error: 'Circle' was not declared in this scope
int getLineCircleIntersection(Line L, Circle C, Point& P) {
^
0_0_33401542_28978.cpp:24:49: error: 'Point' was not declared in this scope
int getLineCircleIntersection(Line L, Circle C, Point& P) {
^
0_0_33401542_28978.cpp:24:56: error: 'P' was not declared in this scope
int getLineCircleIntersection(Line L, Circle C, Point& P) {
^
0_0_33401542_28978.cpp:24:57: error: expression list treated as compound expression in initializer [-fpermissive]
int getLineCircleIntersection(Line L, Circle C, Point& P) {
^
0_0_33401542_28978.cpp:24:59: error: expected ',' or ';' before '{' token
int getLineCircleIntersection(Line L, Circle C, Point& P) {
^
|