Day 15/100 100 Days of Code
We have reached day 15! Today, I added the code to write the paragraphs containing keywords to a text file. Currently, the text file is emptied before each operation.
std::ofstream contentFile;
contentFile.open("../content/content.txt");
if ...
digitalcreations.hashnode.dev1 min read