Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Fork trouble
Name: hummer350 Date: July 17, 2008 at 17:51:19 Pacific OS: unix CPU/Ram: 1 Product: UNIX
Comment:
I was wondering if someone could help me here. if it's too much trouble then i'm sorry i asked lol...
I am new at creating forks...i know they can fork several times and a child process can use fork to spawn children of it's own. What i need to know is i need to create two subprocesses, from there each subprocess should create one subprocess of it's own. after each fork each parent should use printf to display the process ids of it's offspring.
i hope that makes sense, thanks alot for your help doing this i hope it isn't alot of code, and my prof has been no help !
Summary: I was wondering if someone could help me here. if it's too much trouble then i'm sorry i asked lol... I am new at creating forks...i know they can fork several times and a child process can use fork t...
Summary: I am having trouble to compile with gcc on Sun Sparc OS5.8. The error message is: gcc -o help help.o ./../../src/lib/hlp.a ./../../src/lib/misc.a -L/usr/X/lib -lXaw -lXt -lXext -Bstatic -lXmu -Bdyn...
Summary: Hello, I'm new to the programming world. I've only dealt with some C and C+ and have done BASIC. But now I'm taking a college course on PERL. Now I've having trouble keeping up in the class, stayin...