I wrote code c++ in visual studio, this code uses data contained in text files (the number of files exceeds 100) and I want to use the executable file on other computers. The problem is that these files cannot be opened. Is there a solution to include these files with the code?
I have tried to add the files to the project but this does not solve the problem.