Hussein Al-Shatri wrote: > Hi here the error: > m<_CharT, _Traits>& std::basic_ostream<_CharT, _Traits>::operator<<(long > unsigned int) [with _CharT = char, _Traits = std::char_traits<char>] > /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/ostream.tcc:102: > note: std::basic_ostream<_CharT, _Traits>& > std::basic_ostream<_CharT, _Traits>::operator<<(bool) [with _CharT = char, > _Traits = std::char_traits<char>] <snip>
When using STL, you might want to look at a little tool called 'STLFilt'. It is free and does some things to simplify the output of typical STL error messages for various compilers. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
