M
Michelle
I am unable to recompile on Visual C++.NET 2003 because
stream.h and iostream.h are not in the include files.
When I try to use fstream and iostream without the .h it
give me more errors. As I look in the fstream File given
in the include files, there is no ofstream declaration,
only basic_ofstream and explicit_ofstream. What is the
deal with taking out standard libraries such as
fstream.h? Please help.
stream.h and iostream.h are not in the include files.
When I try to use fstream and iostream without the .h it
give me more errors. As I look in the fstream File given
in the include files, there is no ofstream declaration,
only basic_ofstream and explicit_ofstream. What is the
deal with taking out standard libraries such as
fstream.h? Please help.