Forum: C Feb 4th, 2007 |
| Replies: 3 Views: 2,211 actually i am a newbie to semaphore so i cannot even think about it. I know i sound a bit too wierd but im messed up with it...i have seen a lot of codes but i really have not seen practical... |
Forum: C Feb 4th, 2007 |
| Replies: 3 Views: 2,211 Hello,
I want to know how to implement semaphore without the use of while or any if statement
The Problem is
Thread A , B , C they all want to output the result at the same time
A wants ot print... |