Posted 16 July 2012 - 05:50 AM
I want to load two functions from an external file. I know where the file will be, but I want to know how to load the file. The reason for this is that two programs will be using the file.
Basically:
How should I load the file to ensure that someone doesn't hack it (or at least prevent it)?
Is it worth it or should I just copy-paste the two long function definitions into both programs?
Basically:
How should I load the file to ensure that someone doesn't hack it (or at least prevent it)?
Is it worth it or should I just copy-paste the two long function definitions into both programs?