Re: Using STLport with Microsoft Visual C++ 6

From: tom_usenet (tom_usenet_at_hotmail.com)
Date: 06/21/04


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


Relevant Pages

  • Re: cout at a particulart line
    ... >> compiler, but how to do it is off topic in this group. ... >> I'm not sure will \r work similary on all platforms, ... There is no standard process for satisfying the OP's requirements. ... C++ Faq: http://www.parashift.com/c++-faq-lite ...
    (comp.lang.cpp)
  • Re: OT: C++ overloading operators
    ... way before complex numbers were part of the STL. ... I used the INLINE directive for these trivial functions. ... A compiler can not do inlining without access to the source code. ...
    (comp.dsp)
  • Re: 8085 simulator in C
    ... There is no C facility to convert an object pointer into a function ... The C standard does not define the behaviour, ... isn't a compiler allowed to define the behavior which is UB ... a.c.l.l.c-c++ FAQ: http://www.comeaucomputing.com/learn/faq ...
    (comp.lang.c)
  • Re: help need in develop dll for use in pocket pc
    ... Yeah, you'll have to make some decisions. ... I think the Dinkumware library (w/ STL) is around $600. ... Intel has a compiler for eVC which is better than the one ...
    (microsoft.public.pocketpc.developer)
  • Re: Converting CString to Integer
    ... Can you find the bug in your function? ... standard functions like strtol when possible. ... Where did I say anything about STL? ... >compatible with the compiler. ...
    (microsoft.public.vc.mfc)

Quantcast