Search Results

Search: Posts Made By: Namely
Forum: Programming 11-28-2003
6,555
Posted By Namely
[Problem]Reuse port in BSD socket
I write a chat server using BSD socket, which is listen to
an specific port, say 1212. After the chat server is shutdown,
I want to execute the program again. But kernel will say that
the port...
Forum: Programming 11-08-2003
3,833
Posted By Namely
[Problem] raise a signal in FreeBSD
I am trying to send a SIGUSR1 to a set of process. Please tell
me how to do. I've tried the system call raise(int sig) but it just
raise a signal of to the 'current process.'

My program is...
Forum: Programming 10-07-2003
1,893
Posted By Namely
I tried g++ and it works. It seems that my gcc...
I tried g++ and it works.
It seems that my gcc have broken:(

Thanks you all:)
Forum: Programming 10-07-2003
1,893
Posted By Namely
why the code cant work?
I'am new in C programming in UNIX.
the code is as following:
---------------------------------
#include<stdio.h>
#include<unistd.h>

int main()
{
printf("pid=%d\n",getpid());
return 0;
}...
Showing results 1 to 4 of 4

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