Thread overview | |||||
---|---|---|---|---|---|
|
June 19, 2002 C++ stdlib map functions supported? | ||||
---|---|---|---|---|
| ||||
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 Re: C++ stdlib map functions supported? | ||||
---|---|---|---|---|
| ||||
Posted in reply to yochanan | 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 Re: C++ stdlib map functions supported? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jan Knepper | 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 > > > |
Copyright © 1999-2021 by the D Language Foundation