Wolfie7873
Technical User
Been using the g++ compiler on Unix and my code compiles fine. I've just started using MS Vis. C++ and am still waiting on my book to arrive in the mail so i'll know what i'm doing, but until then, maybe you can help.
So, used-to just #include<fstream.h> and everything was great, but i've since learned to drop the ".h", but it still didn't work. I tried adding, "using namespace std;" cause I saw it somewhere else, but I don't understand it, please explain how to completely adjust my compiler directives to port my code properly.
Thanks,
Eddie
So, used-to just #include<fstream.h> and everything was great, but i've since learned to drop the ".h", but it still didn't work. I tried adding, "using namespace std;" cause I saw it somewhere else, but I don't understand it, please explain how to completely adjust my compiler directives to port my code properly.
Thanks,
Eddie