First  |  Prev |  Next  |  Last
Pages: 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
FREE SOFTWARE DOWNLOAD
FREE SOFTWARES DOWNLOAD ONLINE http://freesoftwareonlinedownload.blogspot.com ... 27 Jun 2008 04:58
How to fwrite plain text file?
Hi, all, I want to use fwrite() to just write plain text file. Can I do this with fwrite? My code such like the following: int main(int argc, const char* argv[]) { FILE *f; const char c[] = "hello world!"; int count; int err; f = fopen("/home/joem/wrk/t", "a"); ... 28 Jun 2008 23:55
Increment counter upon each execution of shell script
Hello: I am writing a Unix shell script which will be executing by means of a cron job every day once a day. Inside the shell script, I have a counter which must be incremented every time the shell script runs. For example, if today the counter is 4408, after the shell script is executed tomorrow, it should be 4... 30 Jun 2008 21:59
using zip utility without getting all the parent dir in archive
is there a way to call the unix zip utility programmatically with full path as arguments but yet does not have the created zip archive contain all the nested parent dir? some detail here: zip archive created by the zip utility will include the full path up to root dir when called with full path arguments. e... 26 Jun 2008 16:41
Portable C++ GUI framework
I am looking for a decent portable C++ (meaning C++ API, not C) GUI framework that works both on Linux and Windows, so as to study and learn it. That is, there should be at least one good decent book about it. One option is QT. QT licensing however, is to pay for the QT framework, for running non GPL applicatio... 27 Jun 2008 11:07
interposing library calls - general development
I'm looking for any documents on developing interposing calls for libraries, particular for libc, but possibly for any library. Google gives a number of articles and forum posts, but all seem to be narrow for particular needs and tend to be dominated by that need. What I really want is information about doing the... 29 Jul 2008 16:47
gdbm or berkeley DB? and C++ interface
Hi, I am considering using a Unix DBM in my project, which is a application in embedded Linux. Would you give me suggesion about choice gdbm or berkeley DB? Another more important, is there any C++ interface for these dbm's? Thanks. ... 8 Jul 2008 17:13
regarding /proc/pid/status output
Hi, Can somebody tell me the meaning of the below entries got in the o/p of /proc/pid/status: SigPnd: 0000000000000000 ShdPnd: 0000000000000000 SigBlk: 0000000000000000 SigIgn: 0000000000000080 SigCgt: 0000000000000002 CapInh: 0000000000000000 CapPrm: 0000000000000000 CapEff: 0000000000000000 - please ... 25 Jun 2008 16:02
C+Socket+threads - Send message to all clients
Then, I have one client and one server connected trough TCP socket. When server is listening, client can establish new connection to it. Every time that new client try to start the connection, the server use pthread_create() to start a new detached thread for every client. In this way I can have one server listeni... 30 Jun 2008 07:34
web server with pool of thread
i have already built an iterative web server that serves just one request at time.im trying to build now a concurrent server that can serve multiple request at time(using posix library).exactly im using a pool of thread pre-allocated.each thread waits till are coming connections, manages his own request and serves ... 25 Jun 2008 21:11
First  |  Prev |  Next  |  Last
Pages: 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49