This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Header File

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!

Parents
  • Hi,

    Thanks for reply. What I want is the file to be locked and not see by other user. what they can do is call the function without looking at the code. for example, I have a function called frequency in a header file with all the values. what the user can do is just call the function of the frequency instead of looking at the code. I dont want them to see my code.

Reply
  • Hi,

    Thanks for reply. What I want is the file to be locked and not see by other user. what they can do is call the function without looking at the code. for example, I have a function called frequency in a header file with all the values. what the user can do is just call the function of the frequency instead of looking at the code. I dont want them to see my code.

Children