Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - STL vs. STLport (And <string>)
I am trying to figureout the differences between the already included STL and STLport. Is STLport more standards compliant? faster? Also, how do I use the Standard C++ string library? If I use <string.h>, I get the C library, If I use <string>, I get an error. Thanks, Kevin Feb 22 2004
"Kevin Albrecht" <kevin albrecht.net> wrote in message news:c1bmj0$29bk$1 digitaldaemon.com...I am trying to figureout the differences between the already included STL and STLport. Is STLport more standards compliant? faster? Feb 22 2004
"Walter" <walter digitalmars.com> wrote in message news:c1c4kg$31a4$1 digitaldaemon.com...Use STLport, as the other is no longer supported. Feb 23 2004
"Will Dean" <will nospam.demon.co.uk> wrote in message news:c1cg9d$ks7$1 digitaldaemon.com..."Walter" <walter digitalmars.com> wrote in message news:c1c4kg$31a4$1 digitaldaemon.com...Use STLport, as the other is no longer supported. Feb 23 2004
"Walter" <walter digitalmars.com> wrote in message news:c1dgje$2el7$1 digitaldaemon.com...Yes. DOS, unfortunately, doesn't do unicode. Feb 24 2004
|