How to use realloc in C
11:56
Жыл бұрын
Convert string to Lowercase in C
9:49
Don't make the same mistake I did!
10:02
Format and parse datetime in C
17:41
What does fork() actually return?
7:13
Sharing functions between files in C
9:00
Пікірлер
@rokkistart
@rokkistart 13 минут бұрын
Thanks! You are amazing teacher 👌👌👍👍❤❤
@JILLURRAHMANJIHAD
@JILLURRAHMANJIHAD 2 сағат бұрын
you literally went for pthread exit() and suddenly like no not today
@alejandroluzuriaga180
@alejandroluzuriaga180 18 сағат бұрын
this guy is not getting replaced by AI i love you man thank you so much
@briman113
@briman113 20 сағат бұрын
I was trying to understand sscanf and after trouble I came to KZbin and searched your tutorials. You explained it all very well and as always I learned from you. 👍
@ismbks
@ismbks Күн бұрын
10:10 would you actually check for every single return value? like, as crazy as it sounds i looked at the man pages and all of the following functions: pipe, fork, close, printf, scanf, write, read can return -1 and set errno, although i don't think i have ever seen people going out of their way to check printf and scanf or even close, the other ones, yes, more frequently but not always. would you say it is a good practice to do so or just paranoia?
@abuhuraira2637
@abuhuraira2637 Күн бұрын
Great tutorial, you explained very practically.
@course_for_all
@course_for_all Күн бұрын
sir you method of teaching is awesome! Thank You
@suzianesilvaqueiroz4666
@suzianesilvaqueiroz4666 2 күн бұрын
Come potrei fare per installare il programma "visual studio code" su ubuntu? Grazie mille
@hamzaait4850
@hamzaait4850 2 күн бұрын
If we fork when id == 0, will we have also 3 hello
@GhitaStitou-g6u
@GhitaStitou-g6u 3 күн бұрын
this man is amazing . thank you so much
@space_frog
@space_frog 3 күн бұрын
At the line 29 it returns from the function after the first thread finished, no waiting for other to finish.
@petercam161
@petercam161 5 күн бұрын
I love you!
@MDIbrahim-lk6yv
@MDIbrahim-lk6yv 6 күн бұрын
Amazing you are genius sir ❤!!!
@tomcrwn1337
@tomcrwn1337 6 күн бұрын
easy way in nvim = ":'<,'>s/: \(.*\),/: Option<\1>,"
@SasikumarAlvvar
@SasikumarAlvvar 7 күн бұрын
Danke
@MR_0X
@MR_0X 7 күн бұрын
hi from 1337 hehe
@moudasouk-ahras8787
@moudasouk-ahras8787 7 күн бұрын
شكرا، شرح ممتاز.
@fakharaltaf1307
@fakharaltaf1307 8 күн бұрын
what code edtor is he using
@nandorboda8049
@nandorboda8049 8 күн бұрын
You have to inculde the header file in both .c files, right?
@DerrickChea
@DerrickChea 8 күн бұрын
Thanks for the video and great explanation!
@nandorboda8049
@nandorboda8049 9 күн бұрын
The fopen_s function also return an error code so you can check that if it's 0. :)
@sahilsanghvi929
@sahilsanghvi929 10 күн бұрын
Is the only reason you don't need wait for read and write is because read is blocking so it automatically stops?
@cemaleddinseyhan6322
@cemaleddinseyhan6322 10 күн бұрын
It actually helped me so much. Thanks.
@ZinebZineb-ee9rm
@ZinebZineb-ee9rm 11 күн бұрын
do you have a book or pdf
@omercelik4179
@omercelik4179 11 күн бұрын
great video
@tejasmarvel2023
@tejasmarvel2023 13 күн бұрын
very clear explanation bro. Which book you refer to learn such concepts? would love to read that book.
@statxs
@statxs 15 күн бұрын
underflow explanation starts at 11:23
@ouizaouiouiz
@ouizaouiouiz 15 күн бұрын
You have no idea how useful this was really I’m endlessly thankful that I found this channel you are golden 🥹🥹💞💞💞💞
@4O8
@4O8 17 күн бұрын
chill out
@devangianeja4708
@devangianeja4708 18 күн бұрын
You are a gem
@kevin_math
@kevin_math 19 күн бұрын
I love this channel. Greetings from Argentina.
@doggo531
@doggo531 20 күн бұрын
thank you so much for the helpful video
@vedprabhat8949
@vedprabhat8949 21 күн бұрын
Bro u r the best ❤
@Anduuu077
@Anduuu077 21 күн бұрын
veyr very good explanation!! Helped a lot for my OS class!
@Uchewww
@Uchewww 21 күн бұрын
can I copy your code a little bit
@bytecode5834
@bytecode5834 21 күн бұрын
Thanks for the gift. I wish you the best as a youtuber!
@lohithcs7682
@lohithcs7682 23 күн бұрын
huge respect
@lohithcs7682
@lohithcs7682 23 күн бұрын
Sir you have huge respect, I leart pthread and system related topics from this your channel, I don't know you will see this or not but, people like you are still making this world a better place. GRATITUDE
@nandorboda8049
@nandorboda8049 23 күн бұрын
These vids are so usefull!
@DetectiveConan990v3
@DetectiveConan990v3 25 күн бұрын
main thread enqueues a client file descriptor, threads in pool dequeue a file descriptor and give an http response
@mb59621
@mb59621 26 күн бұрын
I wonder how college professors who are getting paid to do one job, cannot do it , and then someone who doesn't get much payment for making videos on yt , does it better .
@Pankaj_prasad100
@Pankaj_prasad100 26 күн бұрын
"Hi, since you mentioned that using detach() clears the resources, and if we don’t use detach() and join(), the resources won’t be cleared, could you please show me how to verify this? I’ve tried using ps, top, and checking /proc/[pid]/, but I see the same results both before and after using detach(). I expected that with detach(), the resources would be cleared, but they appear the same whether I use detach() or not. How can I check if the resources are being cleared?"
@adeelyounas1080
@adeelyounas1080 26 күн бұрын
well explained<
@abdelillahchikh7063
@abdelillahchikh7063 27 күн бұрын
thanks
@system_ctl
@system_ctl 29 күн бұрын
So far, the best video for me at explaining how it actually work. I can't thank you enough. I really appreciate it. Thanks a million.💙
@Anduuu077
@Anduuu077 29 күн бұрын
I love your videos man!! They are helping me so much through my OS class this semester!
@weekipi5813
@weekipi5813 29 күн бұрын
helpful but you went too fast for the sa_flag field
@CodeVault
@CodeVault 27 күн бұрын
My bad. What did you not understand?
@mouadse
@mouadse Ай бұрын
Excellent explanation. Thank you sir ❤👍
@abolevi3768
@abolevi3768 Ай бұрын
your video is 4 years old but I really appreciate your help
@cesaltinofelix
@cesaltinofelix Ай бұрын
i was here