Passing array of object as a parameterI 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 processesGreat, thats what I needed, problem solved :) Thank you I found this particular topic very useful...
How to get rid of <defunct> child processesThis 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 parameterI'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...