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++ - predefined macro NEW_STREAMS?
Hi, I'm trying to compile a source that uses the new <fstream> <iostream> headers if NEW_STREAM is define. Well, I compile from command line and get an error that SC can't find these headers. Is this macro predefined? -- Robert M. Münch IT & Management Freelancer Mobile: +49 (0)177 2452 802 Fax : +49 (0)721 8408 9112 Web : http://www.robertmuench.de Jul 11 2002
No, it isn't predefined. The new streams are not supported yet by DMC++. Sorry. -Walter "Robert M. Münch" <robert.muench robertmuench.de> wrote in message news:agjsek$1eoc$1 digitaldaemon.com...Hi, I'm trying to compile a source that uses the new <fstream> <iostream> headers if NEW_STREAM is define. Well, I compile from command line and get an error that SC can't find these headers. Is this macro predefined? -- Robert M. Münch IT & Management Freelancer Mobile: +49 (0)177 2452 802 Fax : +49 (0)721 8408 9112 Web : http://www.robertmuench.de Jul 11 2002
|