Re: Problems with understanding the use of stlport linux with c++



eladkatz@xxxxxxxxx writes:

i have no idea how to use the stlport-linux i have as part of the
workspace... i'm trying to add a feature and integrate it into the
project but i don't know how to enable the use of the stlport - what
should i install

? how do i install it? and where is the api???

You don't.

STLport was an implementation of the C++ Standard Template Library; it
used to be needed back in the days of GCC 2.95. It is now obsolete.
Today, the STL is implemented in the C++ Standard Library, so you get
it for free with any ISO C++ compiler. If you install GCC 3.x or
(better) 4.x, you will get libstdc++ with the STL as part of it.

You don't need to do anything special to use it, since it's part of
Standard C++. Just include the right headers, and you're done.


Regards,
Roger

--
Roger Leigh
Printing on GNU/Linux? http://gutenprint.sourceforge.net/
Debian GNU/Linux http://www.debian.org/
GPG Public Key: 0x25BFB848. Please sign and encrypt your mail.

Attachment: pgp7Kjoxq62LW.pgp
Description: PGP signature



Relevant Pages

  • Re: Replacement for MS STL?
    ... I immediately fell over several bugs in it that took a lot of time to ... for the interfaces required by the standard, ... I'm using STLport (not StlPort, ... Does there exist a "super sweet" STL for Visual Studio? ...
    (microsoft.public.vc.stl)
  • Re: Visual Studio STL on Linux? Portable STL suggestion?
    ... STL freely available with a commercial licence for e.g. Linux? ... the C++ standard (in fact it was in large parts incorporated into the ... MFC so you couldn't legally compile it using WINE under a free OS. ... STLport is a free project that also aims to provide a portable standard ...
    (microsoft.public.vc.stl)
  • Re: Problems with understanding the use of stlport linux with c++
    ... stlport (and by the way - now i think know why i always get the ... do i need to "install" stlport somehow? ... STLport was an implementation of the C++ Standard Template Library; ... Today, the STL is implemented in the C++ Standard Library, so you get ...
    (comp.unix.programmer)
  • Re: problem use stl with vc 6.0
    ... The STL, the Standard Template Library as invented by HP is dead. ... If your book recommends ... STLport, which is one implementation of the C++ standardlibrary. ...
    (microsoft.public.vc.stl)
  • Re: How to Install SGI STL into MS Visual C++ v.6.0 (Introductory Edition)
    ... how different is the STLPort version vs. STL version? ... > Talk about adding a gazillion variables into the equation... ... STL stands for Standard Template Library, ...
    (microsoft.public.vc.stl)