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
Hi all,
According to Solaris man pages, when several threads are waiting for a locked mutex or rwlock, it is undefined which of these threads will get control when the mutex or rwlock is unlocked....
: : Hi,
: :
: : How can I execute a C-shell or awk script from my C++ program?
: :
: : Thanks,
: :
: : Fabien
: :
: I just found out that I could use a call to system() function but how...
We are an internet infastructure company that is looking for developers. Interested, check out our website at www.ahaza.com
Why Unix uses Buffer Cache? Whats the advantage of using Buffer Cache?
: The pair 0D/0A could be the CR/LF pair for a new line in DOS, while in UNIX it's only CR. This pair is automatically written by ofstream when editing a text file. You should set the flag...
thanks. but i think, i couldnt explain my problem clearly;
actually i use C/C++ for CGI programs.and on the web i cant open a file for writing.the problem isn`t about syntax.the main problem is :
I...
The pair 0D/0A could be the CR/LF pair for a new line in DOS, while in UNIX it's only CR. This pair is automatically written by ofstream when editing a text file. You should set the flag ios::binary...
: I was wondering if anyone out there knows how to make a program that will answer yes for me before and option for the user to answer it?
: EX.
:
: .....
: system(?some kind of comand?);
: ......
: Is there a win32 function for finding a list of all the processes running in the computer? I'm just using it for a simple task manager I'm building.
You can use CreateToolhelp32Snapshot to take...
well, before you jump into the graphics, you could replace the dashes and slashes with ascii characters that would actually give you straight lines in your waveforms without the whole __|-- ugliness....
please help me regarding socket programming in C++ on Sunos environment. Any site, documentation etc.,
please
I have another question.
None of my C books show me how to do this so I need a little understanding.
After I wrote the simple program.
system("ls -a");
I would like to see if they have a...
Thanks,
Do I need any other header files other than stdio?
: : Now in unix how would I do the same.
: system("clear"); // ? ;)
:
: : printf("This will list files in your directory\n");
: :...
: Now in unix how would I do the same.
system("clear"); // ? ;)
: printf("This will list files in your directory\n");
: system(ls) \\ ?
system("ls");
system("ls -F");
// Et Cetera...
: how would I get a listing of files in the current directory
: with a ".dat" extension without using the unix 'ls' command in
: perl?
:
: thanks!
:
the opendir() command works great....
WebOptional is the company based in Sydney, Australia with well known aim: How to develop new software for every day growing WORLD MARKET and surely How to make money.
Currently we are searching...
: how would I get a listing of files in the current directory
: with a ".dat" extension without using the unix 'ls' command in
: perl?
:
: thanks!
:
I think this will work. If it doesn't...
how would I get a listing of files in the current directory
with a ".dat" extension without using the unix 'ls' command in
perl?
thanks!
gcc ? Not with IDE though.
Maybe kdevelop may work in solaris - i don't know.
: Hi
: Can any one tell me name of c/c++ compiler(with IDE) which is used under Solaris environment. Thanks
:...