Hi everyone,
I want to know if there a method where I can lock the access to the header file. I have a header file which I dont want other user to alter or see it. The user can only call the function of the header file without see the content of the file. I just wanted to know how to lock the access to my header file.
Thanks!
... that you're so keen to hide it?
As already noted, if it's really valuable, then the kind of people who would steal it are going to be far more proficient in using the tools - so simple, standard techniques like just putting it in a library aren't going to defeat those guys...