The program has to be Peer-To-Peer, only one .Exe started twice.
What values should I pass in the Lock and UnLock functions?Code:for (i=1; i<10; i++)
{
Lock_Sem();
Function();
UnLock_Sem();
}
Printable View
The program has to be Peer-To-Peer, only one .Exe started twice.
What values should I pass in the Lock and UnLock functions?Code:for (i=1; i<10; i++)
{
Lock_Sem();
Function();
UnLock_Sem();
}
C# forum, not C++ moron
I noticed it after posting, sorry.
BTW, what is C# ???
Google it .Quote:
Originally posted by ZheCk
BTW, what is C# ???
Aunt Flow visiting you PT?Quote:
Originally posted by PT Exorcist
C# forum, not C++ moron
:blush:
ok I found something to understand a bit what C# is used for, but...
how the hell do you pronounce C# ???
:blush:
It's pronounced as : C sharp(#) .
too kind with a noob, thanks!