GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_iterator_base_types.h: In instantiation of `std::iterator_traits<TPoint>':
0_0_4396876_7129.cpp:47: instantiated from here
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_iterator_base_types.h:129: error: no type named `iterator_category' in `struct TPoint'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_iterator_base_types.h:130: error: no type named `value_type' in `struct TPoint'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_iterator_base_types.h:131: error: no type named `difference_type' in `struct TPoint'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_iterator_base_types.h:132: error: no type named `pointer' in `struct TPoint'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_iterator_base_types.h:133: error: no type named `reference' in `struct TPoint'
0_0_4396876_7129.cpp: In function `int main()':
0_0_4396876_7129.cpp:99: error: `max' undeclared (first use this function)
0_0_4396876_7129.cpp:99: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4396876_7129.cpp: In function `void PloygonTriangle()':
0_0_4396876_7129.cpp:109: error: `max' undeclared (first use this function)
|