Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. iostream.h in Visual Studio 2005 [modified]

iostream.h in Visual Studio 2005 [modified]

Scheduled Pinned Locked Moved C / C++ / MFC
csharpvisual-studio
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jay03
    wrote on last edited by
    #1

    Hey guys, I was wondering if we use iostream.h in visual studio 2005. I tried including iostream.h but it says file cannot be found. It's strange how iostream.h is not used in Visual Studio 2005 Are we suppose to have iostream.h in visual studio 2005 or do we use iostream.... using namespace std; thanks:doh: -- modified at 11:28 Tuesday 1st August, 2006

    Z S M 3 Replies Last reply
    0
    • J Jay03

      Hey guys, I was wondering if we use iostream.h in visual studio 2005. I tried including iostream.h but it says file cannot be found. It's strange how iostream.h is not used in Visual Studio 2005 Are we suppose to have iostream.h in visual studio 2005 or do we use iostream.... using namespace std; thanks:doh: -- modified at 11:28 Tuesday 1st August, 2006

      Z Offline
      Z Offline
      Zac Howland
      wrote on last edited by
      #2

      iostream.h is the old implementation (from before the standard was formalized). It was left in the old versions of the IDE for backwards compatibility only. You should be using iostream (the same goes for vector, list, map, string, etc.)

      If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week Zac

      1 Reply Last reply
      0
      • J Jay03

        Hey guys, I was wondering if we use iostream.h in visual studio 2005. I tried including iostream.h but it says file cannot be found. It's strange how iostream.h is not used in Visual Studio 2005 Are we suppose to have iostream.h in visual studio 2005 or do we use iostream.... using namespace std; thanks:doh: -- modified at 11:28 Tuesday 1st August, 2006

        S Offline
        S Offline
        Sarath C
        wrote on last edited by
        #3

        Check this.[^]

        SaRath.
        _"Where I am from, there is no plan B. So, take advantage of today becuase tomorrow is not promised. - 50 Cent"


        My Blog | Understanding State Pattern_

        1 Reply Last reply
        0
        • J Jay03

          Hey guys, I was wondering if we use iostream.h in visual studio 2005. I tried including iostream.h but it says file cannot be found. It's strange how iostream.h is not used in Visual Studio 2005 Are we suppose to have iostream.h in visual studio 2005 or do we use iostream.... using namespace std; thanks:doh: -- modified at 11:28 Tuesday 1st August, 2006

          M Offline
          M Offline
          Michael Dunn
          wrote on last edited by
          #4

          The old iostream library was deprecated in VC 7, and removed in VC 8.

          --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups