Re: regarding iostream.h
- From: David Lowndes <davidl@xxxxxxxxxxxxxxx>
- Date: Sat, 16 Apr 2005 11:28:15 +0100
>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
.
- References:
- regarding iostream.h
- From: aman
- regarding iostream.h
- Prev by Date: regarding iostream.h
- Next by Date: COMM help newbie
- Previous by thread: regarding iostream.h
- Next by thread: COMM help newbie
- Index(es):
Relevant Pages
|