Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~805 People Reached
Favorite Tags

6 Posted Topics

Member Avatar for peaceful_soul

Dear all, i installed linux on my laptop few days ago, i have some questions that id appreciate if you gave me the asnwers 2 and make things clear 2 me . my first questions is : what source files implement the creation of new processes? second: What are the …

Member Avatar for 1337455 10534
0
71
Member Avatar for peaceful_soul

Hello guys, can anybody explain to me whats a simple batch processing facility ? i googled it but i couldnt understand anything. thanks .

Member Avatar for alexander()
0
166
Member Avatar for wonder_laptop

Dear friends i happened to have the same problem as that of wonder_laptop i couldnt solve it. i used fork to create a child process but i didnt know how to take the line from the command line (which is trivial.data in this case) and make the child execute this …

Member Avatar for peaceful_soul
0
111
Member Avatar for brinze

here is an example of how you ask the user if he wants to play again boolean playAgain; // Record user's response when user is // asked whether he wants to play // another game. do { int scoreThisGame; // Score for one game. scoreThisGame = play(); // Play the …

Member Avatar for wonder_laptop
0
165
Member Avatar for peaceful_soul
Member Avatar for John A
0
176
Member Avatar for peaceful_soul

hello friends :) well can anybody tell me why does this code [code=c] for (i = 0; i < 10; i++){ childpid = fork(); if (0 == childpid){ /* This is the line that is different in parts A and B. */ execlp("some_prog", "some_prog", (char *)0); exit(2); } else if …

Member Avatar for peaceful_soul
0
116

The End.