Re: regarding iostream.h

Tech-Archive recommends: Fix windows errors by optimizing your registry



>i am working in eVC++ 3.0, here i want to rum a simple c++ program, but
>their it shows an error called:fatal error C1083: Cannot open include file:
>'iostream.h': No such file or directory;
>i already check the path where all header file saved at the time of
>installation, but their no iostream.h file is found,
>so can any body tell me how to include iostream.h file in that folder and
>from where?

The newer header file is named <iostream> (no .h) - have you tried
that?

Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
.



Relevant Pages