[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Which C++ Library am I Looking For?



Hal Vaughan wrote:
I have a program that compiled fine on Etch, but when I compile it on Lenny, it's looking for a function called transform. I've tried comparing library lists of the libs installed on the Etch system and the Lenny one, but it's a long list. As best I can tell, transform is in a standard C++ library and it looks like those are installed on the Lenny system.

I've tried Google, but with the keywords of C++, library, and transform, it's hard to narrow it down and find just what package I'm looking for.

Any help on this would be a big help. Any C++ coders out there who can suggest what library/package I need to install?

You need:

  #include <algorithm>

to use this function.


Reply to: