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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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