Code:
#include<iostream> #include<string> #include<iomanip> #include<fstream> #include"directory.h" #include"mylog.h" using namespace std; // function to input the word to be searched string input(void) { string wordin; cout<<"enter a word to be searched"<<endl; cin>>wordin; return wordin;