Wolfie7873
Technical User
So i've turned off precompiled headers, because I saw in a forum to do that. only problem is, something's not quite right as I still can't compile my basic classes.
with g++, the compiler directive
#include <fstream.h>
adds the library for handling all file/i_o streams. but, Visual C++ tells me it can't find that file. Which library am I supposed to include? The compiler thinks that ostream is an identifier and not a type.
Eddie
with g++, the compiler directive
#include <fstream.h>
adds the library for handling all file/i_o streams. but, Visual C++ tells me it can't find that file. Which library am I supposed to include? The compiler thinks that ostream is an identifier and not a type.
Eddie