I am trying to migrate from VC++6 to VC++9. I am getting error
" fatal error C1083: Cannot open include file: 'fstream.h': No such file or directory" on build.
I tried removing .h and adding using namespace std; after #include, here it gives me error in iosfwd file like
"iosfwd(574) : error C2146: syntax error : missing ';' before identifier '_Char_traits_cat'".. i am not sure what this is...
Thanks in advance!!!