You have gone above and beyond, trying to explain the problem as thoroughly as possible. "Since 2 is less than 3.." made me laugh out loud. But not in a negative sense. Thank you!
I was suffering while I was studying for my Parallel and Distributed Computing course, but then I found your channel and I nearly started to enjoy this subject! You're doing a great job, many thanks from my heart!
Hello sir. Can you make a video about naming conventions in c language please. For example: 1. How namespacing works in c and how to prevent name collisions in c specially in writing a library. 2. How to name a function that is related to specific structure, like methods in classes in oop languages. 3. How to name a init or factory function that is related to specific structure. and any other programming technices that help us to write a better portable library. Thank you so much.
You have gone above and beyond, trying to explain the problem as thoroughly as possible. "Since 2 is less than 3.." made me laugh out loud. But not in a negative sense. Thank you!
I was suffering while I was studying for my Parallel and Distributed Computing course, but then I found your channel and I nearly started to enjoy this subject! You're doing a great job, many thanks from my heart!
Thanks for all this help, my friend. You are a really good teacher :)
Great video, thank you very much!
Thanks so much! This is great video with very clear explanation! :)
Love your videos. Well done
These videos are amazing
very good video. thank you so much for your contribution
Love your videos. Is there a series on networking and sockets programming coming up? would really appreciate that.
Yes, that will probably be the next series
very well explained
FYI: pthread_barrier_t is not available on macOS
That is correct. barriers are not implemented on MacOS. You could download a library that implements them though
Thank you!
thank u king
Thanks!
first of all thanks for amazing tutorials. There is an error during compiling: pthread_barrier_t is undefined. How can i fix this issue?
Hmm... might be an issue with you gcc compiling options. See here: stackoverflow.com/questions/61647896/unknown-type-name-pthread-barrier-t
same problem here
same problem
@@CodeVault thank you so much! With this article i fixed my issue
Thanks
Thank you..
THXXXXXXXXXXXXXXXX
Hello sir. Can you make a video about naming conventions in c language please.
For example:
1. How namespacing works in c and how to prevent name collisions in c specially in writing a library.
2. How to name a function that is related to specific structure, like methods in classes in oop languages.
3. How to name a init or factory function that is related to specific structure.
and any other programming technices that help us to write a better portable library. Thank you so much.
Sure, I'll look into it