I have created a c++ program in Visual Studio 2015 that reads in external CSV files, works on them, then produces an output. I know that in the release folder of the output directory that an .exe file is created, however the .exe will not work correctly without being placed in the same folder as the 3 external CSV files.
Is there a way that I can package the CSV files into the .exe file, so I can have a standalone executable file.
Thanks in advance