I have a Win32 Application in C++. At runtime, It loads a Matrix stored as TXT file in the working directory with I/O functions.
I have problems to distribute my program (EXE and DLL) because people normally forget to move the text files together with the Application.
How can I embed this TXT file into the application and distribute only one file (EXE or DLL)
Thanks.