The constructor for the C++ streams take a C-string, unless you are using a C++11 compiler. So you will need to use the string.c_str() member function to open your stream. Also remember if you...