29 bool writeToFile(std::string filename, std::string filecontent)
32 file.open(filename.c_str(),std::ios::out);
35 std::cerr <<
"Error in writeToFile: file could not be opened" << std::endl;
bool writeToFile(std::string filename, std::string filecontent)