CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 1999
    Posts
    33

    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

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    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...

  3. #3
    Join Date
    Dec 2002
    Location
    La Plata, Buenos Aires
    Posts
    615
    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
  •  





Click Here to Expand Forum to Full Width

Featured