How To Create A Library And Split A Program Across Multiple Files | C Programming Tutorial

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

in 6 months of university i didnt understand this...
now i learned it in just 6 minutes from this video - thanks, you just made my coding a hell lot smoother and cleaner!

mariebruckner
Автор

i after a whole year of computer science and research, nothing beats this tutorial, thank you much

khalilebdelli
Автор

This must be the best tutorial about this subject I've ever seen. Thank you so much! I was trying to create a library for a 100-line code function without success, but I saw your video and finally manage to do it!

RazorX
Автор

the only C tutorial that makes sense. Using a terminal and manual compilate instead of an IDE. Thank you for making this±

Samuftie
Автор

This is a great channel to learn C. I love it very much. Thanks!

JohirulIslam-lmvz
Автор

Thank you very much for this worderful opportunity provided, can't wait for the video on the use of Make file

theintelmedia
Автор

man thank you so much because you tutorials are so understandable to me <3

MF-
Автор

Very informative in such a short time ty

michaelmavrostomos
Автор

Thank you very much for your tutorial.

ayeshanrangajeewa
Автор

6 useful minutes.
Hats to you off sir.

mohamedmire
Автор

Thank you so much for your dedication, sir. Whenever I have a C-related question, this channel is my ultimate go-to. The effort you've put into creating such a valuable C resource is truly commendable.
If possible, could you make a tutorial on cmake?
Your expertise would greatly benefit the community.

Mjerjawi
Автор

I just include every library i need in the header file and include the header file in the c files, works so far pretty good

comic-typ
Автор

Sir this is great...keep up the excellent work....

steevenkenny
Автор

Thanks your videos are amazing.
Can you make some videos how we add GUI to our C files.

rannvijaysingh
Автор

Thanks for this short and very useful video. Did you ever get tot make that video about 'make'?

meneerjansen
Автор

Hello sir, I have query like how library.h file will interface with library.c file? Since we have created library.c file but not added to main file or even library.h. how does this interface work? Please explain one.

dbdjtlx
Автор

i tried your example on ipad on a-shell app and when i try to compile i cant, it sais segmentation fault. i dont know what is hapening please helpp

Victor-fgwv
Автор

i want to keep the library.c file in seprate folder will this work then

ZahinAbdullah
Автор

@5:50 did u ever make that other video on makefiles by any chance? I couldn't find it on your page.

bsykesbeats
Автор

Wait, do I not need to include the header file in the c file? (Ie include library.h in library.c?). Should you?

arthur_p_dent