What is a C header file?

What is a include statemnet and header file do in c++?

  • I am not fully understanding the importances of these two... What i think they are is, the header is just separate code ( to keep everything manageable and easy to read ) and the ...show more

  • Answer:

    Yes, you are on the right track. Here is my view of these two different files. Header - This is where you will put in all the methods that your overall file will have. Therefore it is necessary to have it as well. Include Statement - This is where you link your C++ file with the header file. In doing so you provide a stable way to have the header attached to this file. Once again, you have the right idea.

ZKN4RIPVUDDIG6GHL7RQ5ULROY at Yahoo! Answers Visit the source

Was this solution helpful to you?

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.