Producer Consumer using Semaphore In C++

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 9

  • @pallavichaudhary6636
    @pallavichaudhary6636 10 หลายเดือนก่อน +3

    Very well explained in short. Thank you Sir!

  • @SatyamKumar-bw4vi
    @SatyamKumar-bw4vi 9 หลายเดือนก่อน +2

    Bhaiya, Please post this video mutex vs binary semaphore my interview is there. If I provide your explanation in the interview then the interviewer will be very happy. 😁😁

  • @veenaarchana
    @veenaarchana 10 หลายเดือนก่อน

    There were no pop up links when you suggested to watch another.
    Is this only happening for me?

    • @CppNuts
      @CppNuts  10 หลายเดือนก่อน

      No sorry i forgot to put it.
      I will put it in comments for now

    • @CppNuts
      @CppNuts  10 หลายเดือนก่อน

      Mutex VS Semaphore In C++
      th-cam.com/video/kd8b9Fr0Xbo/w-d-xo.html
      Producer And Consumer Problem
      th-cam.com/video/rKGq9AlfPR4/w-d-xo.html

  • @AmarGandhi-r6d
    @AmarGandhi-r6d 10 หลายเดือนก่อน

    Hi rupesh
    could you pls help me how to implement arithmetic operations if class having two pointers as member variables?how to implement operator + inside class ?
    like wise below,
    class airthemetic operation
    {
    int *p1;
    int *p2;
    airthemetic operation(){}
    airthemetic operation operator+()
    {
    }};
    request you to please help me sir 🙏🙏

  • @SatyamKumar-bw4vi
    @SatyamKumar-bw4vi 9 หลายเดือนก่อน

    Bhaiya, Please add the source code in description

    • @CppNuts
      @CppNuts  9 หลายเดือนก่อน +2

      github.com/cppnuts-yt/CppNuts/blob/12380166a89466b6b520b85efaa82039d0238961/Threading/8.0%20Producer%20Consume%20Problem%20In%20C%2B%2B.cpp
      This is the link to the code on github, please help yourself and try to find any other file you want. :)

  • @vvpChannel3112
    @vvpChannel3112 10 หลายเดือนก่อน

    Sir could you please make videos on ThreadPool ??