G
Guest
Hi there
We are converting our apps from C++ 6.0 to C++.Net 7.1. The compile fails when is sees the statement: #include <fstream.h>. In fact fstream.h is not in the 7.1 directory structure. The documentation says to use <useoldio.h> but it is not in the 7.1 directory structure either
Does 7.1 support stream I/O are not? If it does, which header file should be included? If it doesn't, is there any option other than rewriting the code to use standard file I/O
Thank
P.S. The documentation also says to use the following statement along with the fstream include: #include <iostream.h> ???
We are converting our apps from C++ 6.0 to C++.Net 7.1. The compile fails when is sees the statement: #include <fstream.h>. In fact fstream.h is not in the 7.1 directory structure. The documentation says to use <useoldio.h> but it is not in the 7.1 directory structure either
Does 7.1 support stream I/O are not? If it does, which header file should be included? If it doesn't, is there any option other than rewriting the code to use standard file I/O
Thank
P.S. The documentation also says to use the following statement along with the fstream include: #include <iostream.h> ???