User profile: JessH

User info
User name:JessH
History
Joined:
Number of posts:11
Latest posts:

Passing array of object as a parameter
I solved this returning the whole array as a parameter like this: [code]Car* Car_Jobs::get_car_li...

How to get rid of <defunct> child processes
Great, thats what I needed, problem solved :) Thank you I found this particular topic very useful...

How to get rid of <defunct> child processes
This is my code. I fork Y times to get Y childs and it does fine [code] while(index<Y) // Y is the ...

Passing array of object as a parameter
I'm still stuck with this ... do you think it is better to handle this data with structs instead of ...

fork() , thread or X? in daemon ?
Yes, my program shouldnt crash if one of the processes crashes (which is likely to happen) or sleeps...