#include #include #include using namespace std; class procces { public: procces() { password=" "; } void setandcreate(string str); void clean(); private: string str2; string password; }; void procces::setandcreate(string str) { ofstream infoc; ifstream infos; string str1,line; cout<<"Enter the name of output file: "<>str1; infoc.open (str1.c_str()); infos.open (str.c_str()); if (infos.is_open() && infos.is_open()) { while (getline(infos,line)) { infoc<>str1; password=str1; str2=str; if (infos.is_open()) { infoc<