Search Results

Search: Posts Made By: skannan
Forum: Programming 06-16-2002
7,238
Posted By skannan
SIGALRM Help
A Unix system command needs to be executed from a C/C++ program. How do I use the SIGALRM in this case to stop processing the command after a few sec.
For eg, if the command is to connect to a...
Forum: Programming 06-15-2002
3,383
Posted By skannan
File Opening in C++ in Unix Env
Pls someone help me. This piece of code is giving me weird results.

ofstream outfile;
ofstream out;

char filename1[72];
char filename2[72];


memset(filename1,'\0',sizeof(filename1));...
Forum: Programming 06-10-2002
9,182
Posted By skannan
Child Process PID
Hi,
Can anybody solve this query?
A parent process forks 2 child processes. How does the child process know it's PID without the parent process sending it.
Apart from the "ps-ef" option, what...
Showing results 1 to 3 of 3

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