Binding txt to exe?

Hello

I found a solution for this problem:
http://www.cplusplus.com/forum/beginner/157269/
A will just write variable values in a text-file, that text-file will get encrypted and bind on B. So B can just use the variables.

But I've got a question.
The text-file should be bound to B. How can I do that the best for a C++ exe file?
I mean, the text-file should really be almost melted into B. User using B shouldn't be able to see the text-file in first place (because that looks unprofessional), nor should the text-file open when he clicks the exe (even more unprofessional), and it shouldn't be able to be disassembled (to avoid a broken program), of course it also needs to be cross-platform.

B should not necessary be able to edit the file after it's bounden. But if that's possible, also good. :)

So; what's the ULTIMATE way to bind a text-file to an exe? :D

Thanks for reading,
Niely
Topic archived. No new replies allowed.