0_0_3943321_30959.cpp: In function `void fatest()':
0_0_3943321_30959.cpp:114: error: no match for 'operator=' in 'tflag = 0'
0_0_3943321_30959.cpp:22: note: candidates are: Point2& Point2::operator=(const Point2&)
0_0_3943321_30959.cpp:185: error: `tlag' undeclared (first use this function)
0_0_3943321_30959.cpp:185: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_3943321_30959.cpp:185: error: no match for 'operator=' in 'tflag = 1'
0_0_3943321_30959.cpp:22: note: candidates are: Point2& Point2::operator=(const Point2&)
|