Re: Using STLport with Microsoft Visual C++ 6
From: tom_usenet (tom_usenet_at_hotmail.com)
Date: 06/21/04
- Next message: tom_usenet: "Re: VC71 and STL performance"
- Previous message: weixiang: "Re: Realize string operations for std::string?"
- In reply to: Morten Gulbrandsen: "Using STLport with Microsoft Visual C++ 6"
- Next in thread: Andy: "Re: Using STLport with Microsoft Visual C++ 6"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 21 Jun 2004 11:00:56 +0100
On Sat, 19 Jun 2004 14:06:15 +0200, "Morten Gulbrandsen"
<Morten.Gulbrandsen@rwth-aachen.de> wrote:
>Hi,
>
>ist this correct ?
>
>has anyone succeded in this?
I have used STLport with a number of compilers in the past, including
VC6. I followed the instructions on www.stlport.com.
[SNIP]
>I also like to know the differences between
>
>
>STL as mentioned in the literature
>and
>the ANSI Standard C++ library.
>
>which is compiler vendor and OS independent.
The STL was an algorithms library invented by Stepanov and Lee. It
also included some containers, and was developed at HP and SGI. It was
voted to be included in the C++ standard library, with some minor
modifications.
So the STL, in a slightly modified form, is part of the C++ standard
library, which also includes strings, iostreams, the C standard
library and various compiler support headers.
>the vector template is important
>http://www.infosys.tuwien.ac.at/Research/Component/tutorial/prw411.htm
>
>the containers
>http://www.infosys.tuwien.ac.at/Research/Component/tutorial/prw41.htm
>
>
>the input and output iterators.
>http://www.infosys.tuwien.ac.at/Research/Component/tutorial/prw42.htm
>
>I also need matrix templates.
uBLAS from www.boost.org is probably good, though I haven't used it.
Otherwise take a look at www.oonumerics.org.
>Is this correct :
>
>http://www.infosys.tuwien.ac.at/Research/Component/tutorial/prw1.htm
>
>STL and the ANSI/ISO C++ Draft Standard.
>
>The importance of STL is not only founded in its creation or existence, STL
>was adopted into the draft standard at the July 14, 1994 ANSI/ISO C++
>Standards Committee meeting. That means that if not happened till now
>anyway, compiler vendors will soon be incorporating STL into their products.
>
>Johannes Weidl (J.Weidl (at) infosys.tuwien.ac.at) - Apr 16, 1996
Seems correct, but very old news. Here's the best single C++ link I
know of:
http://www.research.att.com/~bs/C++.html
Tom
-- C++ FAQ: http://www.parashift.com/c++-faq-lite/ C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
- Next message: tom_usenet: "Re: VC71 and STL performance"
- Previous message: weixiang: "Re: Realize string operations for std::string?"
- In reply to: Morten Gulbrandsen: "Using STLport with Microsoft Visual C++ 6"
- Next in thread: Andy: "Re: Using STLport with Microsoft Visual C++ 6"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|