a text file, check it line by line and see if a certain text is present inside - if it is, remove it
Obj-c was my saviour for this one lol
Ifstream and ofstream. And you can use the algorithm std::any_of();
Обсуждают сегодня