Van N. Sy wrote: > I wrote C code in SUNOS 4.1.4(I think that's the > right version) but I get a message saying "Include file > iostream.h not found" iostream.h is a C++ header; most likely it will only be found if the compiler recognises the file as a C++ file (assuming that you have the C++ headers installed). -- Glynn Clements <[EMAIL PROTECTED]>
- iostream.h not found Van N. Sy
- Re: iostream.h not found Glynn Clements
- Re: iostream.h not found Karl F. Larsen