Thread overview
C++ stdlib map functions supported?
Jun 19, 2002
yochanan
Jun 19, 2002
Jan Knepper
Jun 19, 2002
Yochanan Spielberg
June 19, 2002
bs"d

Hi!  I came across this syntax std::map in a code sample recently, and later discovered this is part of the C++ standard for template container classes.

Does DM support the 'map' section of the C++ stdlib?

Is there documentation available on it use?

(If not, is there someway it can be added in?)

Thanks for all your help.

Yochanan Spielberg

Torah Soft, Ltd.  "plain talk about the Bible code"
June 19, 2002
yochanan@aquanet.co.il wrote:

> bs"d
>
> Hi!  I came across this syntax std::map in a code sample recently, and later discovered this is part of the C++ standard for template container classes.
>
> Does DM support the 'map' section of the C++ stdlib?

Yes, but not in the 'std' namespace.

> Is there documentation available on it use?

STL documentation is somewhere on the website I think.

> (If not, is there someway it can be added in?)

Yeah, there is SGI STL and STLport.
I think on of the later versions of the SGI STL comes with the CD-ROM.

Jan



June 19, 2002
                                           bs'd
Thanks - I'll check it out.

      Yochanan


"Jan Knepper" <jan@smartsoft.cc> wrote in message news:3D106898.A5F4123E@smartsoft.cc...
> yochanan@aquanet.co.il wrote:
>
> > bs"d
> >
> > Hi!  I came across this syntax std::map in a code sample recently, and
later
> > discovered this is part of the C++ standard for template container
classes.
> >
> > Does DM support the 'map' section of the C++ stdlib?
>
> Yes, but not in the 'std' namespace.
>
> > Is there documentation available on it use?
>
> STL documentation is somewhere on the website I think.
>
> > (If not, is there someway it can be added in?)
>
> Yeah, there is SGI STL and STLport.
> I think on of the later versions of the SGI STL comes with the CD-ROM.
>
> Jan
>
>
>