c++.stl.port - in addition
- Arnd <Arnd_member pathlink.com> Apr 02 2004
- "Walter" <walter digitalmars.com> Apr 06 2004
As I've seen in another posting in the meantime stlport coming with the dm cd should be precompiled and ready to go. Indeed, it only works with the old header file <iostream.h> and without std namespace... Arnd
Apr 02 2004
"Arnd" <Arnd_member pathlink.com> wrote in message news:c4lo62$v6a$1 digitaldaemon.com...As I've seen in another posting in the meantime stlport coming with the dm
should be precompiled and ready to go. Indeed, it only works with the old header file <iostream.h> and without std namespace... Arnd
It is precompiled and ready to go. For example: dmc -I\dm\stlport\stlport hello.cpp works fine with <iostream>.
Apr 06 2004








"Walter" <walter digitalmars.com>