Search Results

Search: Posts Made By: hurricane86
Forum: Programming 01-01-2009
14,304
Posted By hurricane86
[C] fgets problem with SIGINT singlal!!!
Hi all,

I have this method to read a string from a STDIN:


void readLine(char* inputBuffer){

fgets (inputBuffer, MAX_LINE, stdin);
fflush(stdin);

/* remove '\n' char from...
Forum: Programming 11-25-2008
7,692
Posted By hurricane86
[C] Problems with shared memory
Hi everbody, i have a problem with shared memory and child-processes in C (unix).

I have a server that do forks to create (N) child processes. This processes work with a shared "stuct" thanks to...
Showing results 1 to 2 of 2

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