On Sat, Aug 09, 2003 at 01:04:26PM -0700, Ahmed Moustafa wrote:
Does a forked process share the memory locations of the global variables from the parent process?
Changes made after the fork() won't be visible in the other process, if that's what you're wondering.
Yes, that's exactly what I am wondering. So, is there a way to assign values to the global variables in the parent process?
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]