Subj : Re: getline() To : borland.public.cpp.borlandcpp From : maeder Date : Wed Aug 10 2005 09:18 am "Rod Runnheim" writes: > I'm having problems getting the compiler to recognize the stl > getline() function. > > getline(istream, string) > > It is not finding the definition for it. Any suggestions? It's declared in the Standard C++ Library header . That said, this newsgroup is about Borland C++. All versions of Borland C++ were released before the ISO C++ Standard became effective. So: which version of Borland C++ are you using (or are you using C++ Builder?)? It would also be helpful to see how you attempt to call getline in a minimal program. .