0_0_6363179_27961.cpp:420: error: expected `,' or `...' before "l"
0_0_6363179_27961.cpp: In function `bool line_throw_convex(int, point*, const point&)':
0_0_6363179_27961.cpp:421: error: `l' undeclared (first use this function)
0_0_6363179_27961.cpp:421: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6363179_27961.cpp:423: error: expected `;' before "l2"
0_0_6363179_27961.cpp:423: error: `p' undeclared (first use this function)
0_0_6363179_27961.cpp:423: error: `l2' undeclared (first use this function)
0_0_6363179_27961.cpp: At global scope:
0_0_6363179_27961.cpp:427: error: expected `,' or `...' before "l"
0_0_6363179_27961.cpp: In function `bool ray_throw_convex(int, point*, const point&)':
0_0_6363179_27961.cpp:428: error: `l' undeclared (first use this function)
0_0_6363179_27961.cpp:428: error: `p' undeclared (first use this function)
0_0_6363179_27961.cpp: In function `int main()':
0_0_6363179_27961.cpp:556: error: invalid initialization of reference of type 'const point&' from expression of type 'line'
0_0_6363179_27961.cpp:427: error: in passing argument 3 of `bool ray_throw_convex(int, point*, const point&)'
|