|
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++.dos - What .h files does DigitalMars use in ths case?
In a C++ training manual I have, two .h files they've used in their programming examples are: #include <iostream.h> #include "string6.h" to teach executing string commands. I found neither of these files in DigiMars' program files... So, which files do I use instead? Me Sep 29 2002
"Aurura" <aurura ev1.net> wrote in message news:an7hbo$209b$1 digitaldaemon.com...In a C++ training manual I have, two .h files they've used in their Sep 29 2002
Must've overlooked it.. Thank you, Walter. Me P.S. since the string6.h was a nonstandard file, does this imply that one can create .h files for streams if needed? Sep 29 2002
"Aurura" <aurura ev1.net> wrote in message news:an88ie$2n6p$1 digitaldaemon.com...Must've overlooked it.. Thank you, Walter. Me P.S. since the string6.h was a nonstandard file, does this imply that one Sep 29 2002
|