iostream.h in Visual Studio 2005 [modified]
-
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
-
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
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
-
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
SaRath.
_"Where I am from, there is no plan B. So, take advantage of today becuase tomorrow is not promised. - 50 Cent"
-
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
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