Subj : Re: Help... I don't understand one compile error... To : borland.public.cppbuilder.language.cpp,borland.public.cpp.borlandcpp From : "fisher" Date : Mon Mar 01 2004 01:58 pm Sounds like the compiler may be getting confused over the use of 'std::'. Could you declare 'using namespace std', at the top? .