|
-
Jun 29th, 2004, 03:24 PM
#1
Thread Starter
New Member
C++ Semaphores
The program has to be Peer-To-Peer, only one .Exe started twice.
Code:
for (i=1; i<10; i++)
{
Lock_Sem();
Function();
UnLock_Sem();
}
What values should I pass in the Lock and UnLock functions?
Last edited by ZheCk; Jul 13th, 2004 at 01:48 PM.
-
Jul 4th, 2004, 08:46 AM
#2
-
Jul 8th, 2004, 10:00 AM
#3
Thread Starter
New Member
I noticed it after posting, sorry.
BTW, what is C# ???
-
Jul 8th, 2004, 10:27 AM
#4
Sleep mode
Originally posted by ZheCk
BTW, what is C# ???
Google it .
-
Jul 8th, 2004, 12:33 PM
#5
Originally posted by PT Exorcist
C# forum, not C++ moron
Aunt Flow visiting you PT?
-
Jul 11th, 2004, 07:48 PM
#6
Thread Starter
New Member
ok I found something to understand a bit what C# is used for, but...
how the hell do you pronounce C# ???
-
Jul 11th, 2004, 07:51 PM
#7
Sleep mode
It's pronounced as : C sharp(#) .
-
Jul 13th, 2004, 01:46 PM
#8
Thread Starter
New Member
too kind with a noob, thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|