bash - How do I link C source files together using headers -


c code on left, bash window on right

[1]: http://i.stack.imgur.com/phtyz.jpg

i trying create new .c file putting #include "name.h" @ beginning of file can see i'm getting error.

it's saying cannot find include file. not linking them correctly using bash commands?

you use right commands, need have main() function somewhere in code in order program compile.

also, not need put #include "name.h" create .c (source) file, .h file (headers) used declare functions can use them in other source files.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -