Global functions in multi-file projects in C

preview_player
Показать описание
Source code can be found here:

===== Support us through our store =====

===== Check out our website =====

===== Check out our Discord server =====
Рекомендации по теме
Комментарии
Автор

@ Codevault
Your videos are helped me alot to get concept more understandable can you pls explain what is difference in C structure and C++ structure

ramakrishna
Автор

Thank you👌, how can I make the run button run the whole program or files in my project instead of typing each of them in VS code?
It works in Code Blocks IDE but I can't do it in VS code!

moatazahmed
Автор

it means that we need to write .h file fot each .c file?

aicoding
Автор

can you explain when we write a function definition in a .h file, even after using header guards why do we use the "inline" keyword?

k_ushagra
Автор

why do we need global.c for implementation ? cant we write in global.h itself ?

kannaiyand