1 2 3 4 5 6
#include "FileReader.h" using namespace std; FileReader::FileReader(const string & url) : url(url) { }