UNIX
Unix is a computer operating system originally developed in 1969 by a group of AT&T employees at Bell Labs including Ken Thompson, Dennis Ritchie and Douglas McIlroy.
Application
Any
Language
Any
License
Any
0);
: : : my compiler gives me error here, WNOHANG is undeclared. can anyone tell me in which header it is declared?
: : :
: : : ~Donotalo()
: : :
: : Hi
: : because it's a defined number or...
0);
: : my compiler gives me error here, WNOHANG is undeclared. can anyone tell me in which header it is declared?
: :
: : ~Donotalo()
: :
: Hi
: because it's a defined number or a const...
if you want to write a shell (a command interpreter such as bash) you need to know about process, signal handling, job control, redirection and terminal control (you should find lots of info on these...
Hello,
I am writing a B2B application that will ftp files back and forth on SSHv2 on/to unix server. I downloaded the jar the www.fcraft.com. That is giving me the following error "com.jcraft.jsch...
undefined reference means that the compiler has never heard of rtupdate0, rtupdate1, etc.
you must tell gcc where to find these functions so for example if you are using a unix based system you...
: hi !
: i am a first year b.tech IT student and have no back ground of electronic field. I am doing a small programe that is connecting to computers wirelessly. so plz can any one give me some idea...
: This message was edited by stober at 2006-10-12 18:50:1
: : hi,
: :
: : Can anyone pls help me. I want to compare two dates returned by the unix functions,:
: :
: : struct tm *tm;
:...
This message was edited by stober at 2006-10-12 18:50:1
: hi,
:
: Can anyone pls help me. I want to compare two dates returned by the unix functions,:
:
: struct tm *tm;
: tm =...
hi,
Can anyone pls help me. I want to compare two dates returned by the unix functions,:
struct tm *tm;
tm = localtime(someinfo);
strftime(datestring, sizeof(datestring),...
: Hi everyone,
: I'm not a basic programmer but while working in Datawarehousing tool (IBM's Datastage 7.5) I need to write a function which delete some of the files created in unix directory...
: I am using Unix and i got this wierd Error message, I dont really understand what it means, it says "expected declaration or statement at end of input" Anybody know? Here's is my code incase you...
I am using Unix and i got this wierd Error message, I dont really understand what it means, it says "expected declaration or statement at end of input" Anybody know? Here's is my code incase you need...
I am using Unix and i got this wierd Error message, I dont really understand what it means it says "expected declaration or statement at end of input" Any body know? Here's is my code incase you need...
Hi,
Drmarten
i really thankful to you,but i am new at VB and presently i am learning VB6.0 and dont have experience with VB.net so if u be little bit clear than will be more thankful..
and i...
: This message was edited by IDK at 2006-8-28 2:43:22
: : Note that C99 is just a draft standard and not many compilers support it. Correct me if I'm wrong, but I doubt that 'man' would refer to...
This message was edited by IDK at 2006-8-28 2:43:22
: Note that C99 is just a draft standard and not many compilers support it. Correct me if I'm wrong, but I doubt that 'man' would refer to C99?...
Hi All
I am working for porting across unix flavours. A shared library program using dlopen, dlsym etc worked on linux. But when I tried it on hp Unix 64 bit; it did not work.
mytest.pc pro c...
Hi All
I am trying to make a shared library from a pro c program program.pc and its function is called from another program abc.c. I am able to generate program.so file but in the program.pc file...
: hiii
: i want to read data double from binary file
: there are 1000 numbers in unix format file.
: i read in pc
: i have problem with big /little endian
: i know about function "htonl"...
hiii
i want to read data double from binary file
there are 1000 numbers in unix format file.
i read in pc
i have problem with big /little endian
i know about function "htonl" but it is...