|
-
June 20th, 2003, 10:17 PM
#1
ns.net 2003 and no iostream.h?
Well, I am migrating my project from vc6 to vs.net 2003. The first of several problems that I see is that it cannot find iostream.h. I search and there is no iostream.h in vs.net 2003 directory tree. There is in vs.net tree (installed but never used), though. Did I not install this right? What should I do?
Is there a FAQ for migrating from vc6 to vs.net 2003 that someone could point me to? I suspect that someone else has been here long before me...
thanx
-
June 23rd, 2003, 04:06 AM
#2
The old iostream library and its support has been dropped by Microsoft with the release of Visual Studio .NET 2003.
Take a look at this thread for further information...
-
June 24th, 2003, 10:07 AM
#3
use the <iostream> headers... the old IO headers are no more (this is not only in VSNET 2003, also GCC future versions will remove the old headers)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|