Click here to Skip to main content
15,914,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Fucntion declaration??? Pin
Bob Stanneveld26-Jul-03 0:03
Bob Stanneveld26-Jul-03 0:03 
GeneralPermutations Pin
doctorpi25-Jul-03 22:20
doctorpi25-Jul-03 22:20 
GeneralRe: Permutations Pin
phlipping25-Jul-03 22:51
phlipping25-Jul-03 22:51 
GeneralRe: Permutations Pin
doctorpi26-Jul-03 20:53
doctorpi26-Jul-03 20:53 
GeneralRe: Permutations Pin
Dudi Avramov27-Jul-03 2:22
Dudi Avramov27-Jul-03 2:22 
Generali guysPermutations Pin
Anonymous25-Jul-03 22:13
Anonymous25-Jul-03 22:13 
GeneralExtended chars in SendInput Pin
phlipping25-Jul-03 21:27
phlipping25-Jul-03 21:27 
GeneralQuestion about stdin under multi-process environment. Pin
George225-Jul-03 19:22
George225-Jul-03 19:22 
Hello, everyone!

Suppose in multi-process environment, one process want to read
characters from stdin, and the other process has nothing to do
with stdin. And there are no synchronize control between the two
process.

And I think it has chances that the characters can be read by the
second process even if the second process has nothing to do with
stdin, and the first process will miss some characters.

Am I correct?

I have seen one solution from others. They use "close (stdin)" in
the socond process. Is this a good solution?


Thanks in advance,
George
GeneralRe: Question about stdin under multi-process environment. Pin
Johnny ²25-Jul-03 21:24
Johnny ²25-Jul-03 21:24 
GeneralRe: Question about stdin under multi-process environment. Pin
George225-Jul-03 21:36
George225-Jul-03 21:36 
GeneralRe: Question about stdin under multi-process environment. Pin
Ryan Binns25-Jul-03 23:15
Ryan Binns25-Jul-03 23:15 
GeneralRe: Question about stdin under multi-process environment. Pin
George226-Jul-03 0:58
George226-Jul-03 0:58 
GeneralRe: Question about stdin under multi-process environment. Pin
Ryan Binns26-Jul-03 1:01
Ryan Binns26-Jul-03 1:01 
GeneralRe: Question about stdin under multi-process environment. Pin
George226-Jul-03 1:05
George226-Jul-03 1:05 
GeneralRe: Question about stdin under multi-process environment. Pin
Ryan Binns26-Jul-03 2:10
Ryan Binns26-Jul-03 2:10 
GeneralRe: Question about stdin under multi-process environment. Pin
George226-Jul-03 2:16
George226-Jul-03 2:16 
GeneralRe: Question about stdin under multi-process environment. Pin
Ryan Binns26-Jul-03 2:38
Ryan Binns26-Jul-03 2:38 
GeneralRe: Question about stdin under multi-process environment. Pin
George226-Jul-03 2:44
George226-Jul-03 2:44 
GeneralRe: Question about stdin under multi-process environment. Pin
Johnny ²26-Jul-03 4:28
Johnny ²26-Jul-03 4:28 
GeneralRe: Question about stdin under multi-process environment. Pin
George226-Jul-03 16:48
George226-Jul-03 16:48 
GeneralRe: Question about stdin under multi-process environment. Pin
Johnny ²26-Jul-03 21:30
Johnny ²26-Jul-03 21:30 
GeneralRe: Question about stdin under multi-process environment. Pin
George227-Jul-03 1:14
George227-Jul-03 1:14 
GeneralRe: Question about stdin under multi-process environment. Pin
Johnny ²27-Jul-03 6:52
Johnny ²27-Jul-03 6:52 
GeneralRe: Question about stdin under multi-process environment. Pin
George227-Jul-03 15:40
George227-Jul-03 15:40 
GeneralRe: Question about stdin under multi-process environment. Pin
Bob Stanneveld25-Jul-03 23:55
Bob Stanneveld25-Jul-03 23:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.