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
  • Please switch target.

    Make it your target to be proficient in C/C++. That will help you way more.

    Next thing - a header files shouldn't contain code (unless in some situations when programming inline functions in C++). But that also falls back to the previous item - make sure to get proficient in your programming language.

Reply
  • Please switch target.

    Make it your target to be proficient in C/C++. That will help you way more.

    Next thing - a header files shouldn't contain code (unless in some situations when programming inline functions in C++). But that also falls back to the previous item - make sure to get proficient in your programming language.

Children
No data