Win32 synchronization
Posted
by john
on Stack Overflow
See other posts from Stack Overflow
or by john
Published on 2010-04-27T02:27:35Z
Indexed on
2010/04/27
2:33 UTC
Read the original article
Hit count: 343
Windows
I am trying to write an application (console based),in which one thread reads information from console and another thread prints the same information back to console.
I am stuck in implementing the synchronization logic .
Can anyone refer me some samples.
john
© Stack Overflow or respective owner