G
Guest
Hi all,
I have just port my C++ 6.0 project into C++ project of Visual Studio.NET.
However, .NET tell me that it can not find iostream.h. Some search on the
internet tell me that I should change the #include <iostream.h> into #include
<iostream>.
Because my project is very big, It's very difficult to change like that.
Can anyone help me to use <iostream.h> in Visual Studio .NET ?
Thank in advance
I have just port my C++ 6.0 project into C++ project of Visual Studio.NET.
However, .NET tell me that it can not find iostream.h. Some search on the
internet tell me that I should change the #include <iostream.h> into #include
<iostream>.
Because my project is very big, It's very difficult to change like that.
Can anyone help me to use <iostream.h> in Visual Studio .NET ?
Thank in advance