In the source code attached I am using both the header files <string.h> and <fstream.h> and my compiler is telling me that ifstream and ofstream are ambiguous symbols. I have located the source of the problem but need to use strings AND fstream. How can I solve this?

-Zagaberoo