Search Results

Search: Posts Made By: kelogs1347
Forum: Programming 12-11-2006
4,488
Posted By kelogs1347
one more question...how could i get out of the if...
one more question...how could i get out of the if loop in the statement above. say i want to have another catchsignal...?
Forum: Programming 12-11-2006
4,488
Posted By kelogs1347
thank you very much.
thank you very much.
Forum: Programming 12-11-2006
4,488
Posted By kelogs1347
yup, i know it wouldn't be able to ignore the...
yup, i know it wouldn't be able to ignore the sigterm...i just want to know how it intercept the ctrl-c...?
Forum: Programming 12-07-2006
8,424
Posted By kelogs1347
a simple chat program
any suggestions on how i could create a simple chat program between two terminals using pipes? thanks
Forum: Programming 12-07-2006
4,488
Posted By kelogs1347
hey jim. my prof gave me this program... ...
hey jim. my prof gave me this program...

#include <stdlib.h>
#include <stdio.h>
#include <signal.h>
#include <unistd.h>

void catchsignal(int signo) {
char handmsg[] = "You cannot...
Forum: Programming 12-06-2006
4,488
Posted By kelogs1347
catchsignal
how does the catchsignal know what signal it needs to ignore? thanks
Forum: Programming 11-22-2006
8,635
Posted By kelogs1347
the kill command
is it possible to implement the kill command using C?
Forum: Programming 11-15-2006
2,032
Posted By kelogs1347
multithread question
i already know what library to use...my question is in what application(e.g. sorting, matrix addition and the likes) can i use multithreading...? what application can you suggest that would show the...
Forum: Programming 11-15-2006
2,032
Posted By kelogs1347
mutlithreading question
i'm planning to write a simple application that utilizes multithreading. any suggestions on what application i can use? thanks.
Forum: Programming 11-08-2006
2,210
Posted By kelogs1347
how can i run a process for a whole minute?
here's the problem, i have two processes that i need to run and both process should be run at a total of 1 minute each. how do i do that? and one more here's what the processes do: the 1st process...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 01:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy