Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
.h files
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="johnnash, post: 3450841"] Ok I have a doubt regarding .h files. I basically have two modules in my software program - a.c and b.c There is .h file called d.h. d.h contains prototypes of functions in a.c so whenever i have to use functions of a.c i simply need to include d.h. My question is can i also add the prototypes of functions in b.c in d.h so that i only need to d.h in main.c so as to access functions of both a.c and b.c. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
.h files
Top