0_0_13040087_14753.cpp:1:10: #include expects "FILENAME" or <FILENAME>
0_0_13040087_14753.cpp:2:10: #include expects "FILENAME" or <FILENAME>
0_0_13040087_14753.cpp:3:10: #include expects "FILENAME" or <FILENAME>
0_0_13040087_14753.cpp:4:10: #include expects "FILENAME" or <FILENAME>
0_0_13040087_14753.cpp:5:10: #include expects "FILENAME" or <FILENAME>
0_0_13040087_14753.cpp: In member function `void Complex::Read()':
0_0_13040087_14753.cpp:16: error: `scanf' undeclared (first use this function)
0_0_13040087_14753.cpp:16: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_13040087_14753.cpp: At global scope:
0_0_13040087_14753.cpp:40: error: expected identifier before "return"
0_0_13040087_14753.cpp:42: error: new types may not be defined in a return type
0_0_13040087_14753.cpp: In function `Line Line(Point, Point)':
0_0_13040087_14753.cpp:42: error: only constructors take base initializers
0_0_13040087_14753.cpp:43: error: `alpha' undeclared (first use this function)
0_0_13040087_14753.cpp:43: error: `v' undeclared (first use this function)
0_0_13040087_14753.cpp:43: error: `atan2' undeclared (first use this function)
0_0_13040087_14753.cpp: At global scope:
0_0_13040087_14753.cpp:45: error: ISO C++ forbids declaration of `Line' with no type
0_0_13040087_14753.cpp:46: error: expected declaration before '}' token
|