in reply to Re: How to pass the value of a variable from a child to parent with gui interface?
in thread How to pass the value of a variable from a child to parent with gui interface?
Processes do not share variables. Once you fork(), each process has its own copy of the variables,
Under win32, fork is just threads::create() in disguise.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to pass the value of a variable from a child to parent with gui interface?
by ikegami (Patriarch) on Mar 13, 2010 at 04:47 UTC | |
by BrowserUk (Patriarch) on Mar 13, 2010 at 04:49 UTC | |
by Anonymous Monk on Mar 13, 2010 at 10:16 UTC | |
|