Hi, I am supposed to read two files, and create a new file combining previous two file, i was able to open a new file but the data isnot being transferred there.how do I fix it.
#include <iostream>
#include <fstream>
#include <string>
using namespace std;