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

Google sheets equipment borrowing system -

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

c# - Convert type 'System.Collections.Generic.List<string>' to 'System.Collections.Generic.IList<>' -