Menu

Headers files must be added to the project?

2005-11-10
2012-09-26
  • Paolino Paperino

    Hi! just a simple question: if I am creating a project in C with Devcpp, when i create a new header file ( .h ) must I add it to my project or simply #include it in the .c that uses it?

    tnx in advance, rz.

     
    • Wayne Keen

      Wayne Keen - 2005-11-15

      You do not need to include it in the project. Just make sure that your include is consistent with the path where the header file is actually located.

      Wayne

       

Log in to post a comment.