I have a project about filestreaming and I am a beginner in c++. Anyone who can help me improve my code.
cat
dog
fox ---
test ---filters.txt
goal
The quick
brown *** ----> the asterisk here is supposed to be fox.
jumped over ---> original.txt
the lazy
*** ------------->the asterisk here is supposed to be dog
If it identifies any of these words: cat, dog, fox, test and goal, it will appear as asterisk...But my code is not that good enough.