Linked Questions
16 questions linked to/from How to create a temporary text file in C++?
0 votes
0 answers
82 views
string with the data of the static file not writing into the temporary file c++
Some days ago I watched a computerphile video about grep and thought, 'why don't make my own version of it in c++?'. So I began writing the code, but I encountered the problem at the very beginning of ...