Filtering Words using ifstream/ofstreamThis is all really helpful and is much appreciated! Next I want to filter the text1.txt by comparin...
Filtering Words using ifstream/ofstreamThank you! You are a life saver, thank you to all of you guys for helping me.
Filtering Words using ifstream/ofstream[code] for (string word; infile >> word; ) if (const auto itr{ words.find(word) }; itr != wo...
Filtering Words using ifstream/ofstreamI am wanting to use that map, but I can't seem to get it to work? Any help? I have redone my code al...
Count how many times a banned word has occured from a text fileI have been having issues trying to get a map, vector etc to work in order to print out how many tim...
This user does not accept Private Messages