Search Results

Search: Posts Made By: IdleProc
31,822
Posted By IdleProc
hmmmmm.... locale shows smth like that: ...
hmmmmm.... locale shows smth like that:
LANG=ru_RU.UTF-8
.... everythiing is set to ru_RU.UTF-8

well im logging through SSH with a help of Cygwin ( :( ) and .... how to show os/platform/...
31,822
Posted By IdleProc
Bash encoding, how to change
Hey guys.
The problem is :
i need to change encoding (to be more precise UTF-8) or change the language . You see , when i log in , manuals are shown in 'Some symbols' (being written in 'Not...
Forum: Programming 04-13-2009
3,081
Posted By IdleProc
wrong forum section. anyway.....
wrong forum section.
anyway.....
Forum: Programming 04-13-2009
3,081
Posted By IdleProc
fork&pipe "interpretting" shell - problem
hello everybode.Got some sort of "problems" with this stuff;
well this is a program

int main()
{
int Pipe[2];
int origStdin, origStdout;
int childPID;
origStdin = dup(0);
...
2,038
Posted By IdleProc
Ok.Another question from another side. How can...
Ok.Another question from another side. How can make a parent to wait until children will be all paused?
2,038
Posted By IdleProc
pause() problems
well is gets stuck and i dont know why.......


pid=fork();
if(pid==0)
{
pause();
write(1,"child",5);
exit(0);
}
else
{
sleep(1);
kill(pid,SIGCONT);
...
2,124
Posted By IdleProc
i cant get how does poll() OR select() works..( ...
i cant get how does poll() OR select() works..(
ive tried to do 2 processes with 1 desrciptor.one process is mad - writing infititevly.another one checking the descriptor on read and write....and it...
2,124
Posted By IdleProc
does it have to tell me that? if read returns 0...
does it have to tell me that? if read returns 0 that maybe a eof.....
2,124
Posted By IdleProc
Yeah.Right...But what & why poll() tells me that...
Yeah.Right...But what & why poll() tells me that after write() executes POLLHUP.?
2,124
Posted By IdleProc
simple question
hi everybody;
trying to c unix programming and ive stucked with a problem:
simple program
filedr=open("tempfile",O_RDWR|O_TRUNC,0);
write(filedr,msg1,6);
int i;
i=read(filedr,msg3,4);

it...
Showing results 1 to 10 of 10

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