HighTechTalks DotNet Forums  

#include <iostream.h> (file not found)

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss #include <iostream.h> (file not found) in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Peter
 
Posts: n/a

Default #include <iostream.h> (file not found) - 09-11-2003 , 02:55 AM






When deduging program I get an error

#include <iostream.h>

iostream file not found: help!!!

I have a academic version of 2003 .net

what do I need to do

Peter

Reply With Quote
  #2  
Old   
Peter van der Goes
 
Posts: n/a

Default Re: #include <iostream.h> (file not found) - 09-11-2003 , 07:58 AM







"Peter" <psbj (AT) sbcglobal (DOT) net> wrote

Quote:
When deduging program I get an error

#include <iostream.h

iostream file not found: help!!!

I have a academic version of 2003 .net

what do I need to do

Peter
Hello, Peter. (Excellent name choice, BTW)
I just observed the same thing in my Professional Edition. It appears the
legacy libraries have been removed. I didn't realize this because I've been
using

#include <iostream> // the new library

for some time now. Use the following two statements to replace "#include
<iostream.h>".

#include <iostream>

using namespace std;


--
Peter - [MVP - Academic]




Reply With Quote
  #3  
Old   
Dolly
 
Posts: n/a

Default #include <iostream.h> (file not found) - 09-15-2003 , 09:45 AM



Hi,

You probably haven't given the right library paths.
Check your path to be the right one where you have the
standard C/C++ libraries.

Regards,
Dolly
Quote:
-----Original Message-----
When deduging program I get an error

#include <iostream.h

iostream file not found: help!!!

I have a academic version of 2003 .net

what do I need to do

Peter
.


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.