in reply to Re^2: 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?
...which also does not share variables. Each thread has its own copy of the variables.
forks::shared and threads::shared does allow sharing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to pass the value of a variable from a child to parent with gui interface?
by BrowserUk (Patriarch) on Mar 13, 2010 at 04:49 UTC | |
by Anonymous Monk on Mar 13, 2010 at 10:16 UTC | |
|