Hi all. I know we can input/output with .txt files. My question is can we hide this files in .exe?
I know of games that do that, but I never understood how.
Hope that helped...
If you are using Windows you can use an RCDATA resource to include raw data in an exe file:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa381039(v=vs.85).aspx
Last edited on