Subj : Re: Help... I don't understand one compile error... To : borland.public.cppbuilder.language.cpp,borland.public.cpp.borlandcpp From : Steven Wawryk Date : Tue Mar 02 2004 10:06 am It looks like the version of remove it's trying to match is the one from stdio.h, which deletes a file. There's clearly more to your code than you are showing. It would help if you posted a cut-down version of your program which shows the the problem. Post it *exactly* as you compile it. You might even find the cause of the problem while going through this exercise. > [C++ Error] Unit1.cpp(15): E2227 Extra parameter in call to > std::remove(const char *) .