User profile: knowNothing

User info
User name:knowNothing
History
Joined:
Number of posts:43
Latest posts:

Dinning Philosophers Using Condition Variables
There is something wrong with this pseudo-code, but I can't tell what it is. Could you help? [co...

Copy Unsigned Char Array Into Another
Thank you very much, Cire :)

Copy Unsigned Char Array Into Another
So, there is really no way to copy directly one unsigned char array to another easily? They are the...

Copy Unsigned Char Array Into Another
Thank you, but I am using unsigned char arrays. I don't think strcpy works for unsigned char, does i...

Copy Unsigned Char Array Into Another
Hello all, I am having some trouble performing this. I am not sure, if my unsigned char arrays are ...