Search Results

Search: Posts Made By: TelePlayer
Forum: Programming 11-28-2008
11,962
Posted By TelePlayer
First of all, the post you're referring to is 7...
First of all, the post you're referring to is 7 years old. Good work there.

Second, did you even read the post you're chastising?



I gave the poster generic code for forking a process that...
Forum: Programming 06-07-2001
11,962
Posted By TelePlayer
fork() is used to create a copy of a process. ...
fork() is used to create a copy of a process. When you call fork(), the calling process is copied and you now have a parent and child process. THe only difference is the return value of fork(). It...
Forum: Programming 06-07-2001
5,654
Posted By TelePlayer
Versions
Forgot to tell you, I'm using LINUX 6.2, and the curses rpm's installed are:

ncurses-5.0-11
ncurses-devel-5.0-11
Forum: Programming 06-07-2001
5,654
Posted By TelePlayer
curses (ncurses) library question
Hi again. I'm using the curses functions simply to output data to
the screen in certain areas. Very simple, just using the full
screen, no windows.

The problem is that I'm calling mvprintw...
Forum: Programming 05-30-2001
10,483
Posted By TelePlayer
fork() and IPC
Hey all. I recently ported a multithreaded program from WinNT to LINUX using pthreads. Everything works fine, except that it turns out the drivers for the hardware I'm working with aren't thread...
Showing results 1 to 5 of 5

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