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.
help in c language
Name: lisa Date: March 28, 2006 at 11:09:35 Pacific OS: windoweS XP CPU/Ram: PNTUM ME Product: toshiba
Comment:
can u help me to solve this proplem: Write a C program (give it the name: family.c) which receives no arguments. The program should fork exactly two children. One child should sleep for 2 seconds and then send the signal SIGUSR1 to his parent. The other child should sleep for 5 seconds and then send the signal SIGUSR2 to his parent. The parent, while busy counting from 0 to 9 –sleeping one second after each count- will ignore the first signal but handle the other signal with a signal handler that just prints the following: “Son! Stop making noise!
Summary: Hi everyone i need some help. I'm doing a program in Visual Studio with C language. And in this program i need do creat files with the name that user wants. Example: printf("What name you want for...
Summary: Dear All, I have been given an assignment to implement a Hierarchal Family Tree in C Language. 1. The program first gets an input of Root Node Name. 2. Then program asks for number of child nodes of ...