Since 4/25/2012 10:14:34 PM, dj3vande3 has written 2 articles and participated in 262 conversations. dj3vande3 signature: dj3vande3
dj3vande3's articles:
Items(2) /1
Automatic struct initialization254 (12/16/2007 5:09:50 AM) comp.lang.c Is this code, as the complete contents of a translation unit, valid C90 that initializes the struct foo to contain copies of the values passed to bar()? -------- struct foo { int i; void *v; }; ... dj3vande
strlcpy and strlcat1632 (12/6/2007 11:24:58 PM) comp.lang.c I wrote these for a hobby project (I wanted to use them, but needed to be able to build it on systems that don't have them), and it's probably worth letting CLC rip them to shreds before I call them done. They... dj3vande
Eskimo.com, and hence C FAQ and Steve Summit, offline241 (11/12/2009 5:37:38 PM) comp.lang.c Steve Summit has asked me to tell you that his email address at eskimo.com, and the C FAQ web site at c-faq.org, are both dead for the present. This is because his ISP (Eskimo North) is no longer in operation;... msb(8)
Is there a standard way to handle errors in servers?1541 (9/19/2009 7:12:52 AM) comp.unix.programmer Newbie alert... I am writing my first fancy server (in C++) and just realized that there is an important difference in the way errors should be handled in servers. In all my previous (client) programs, when ... ramon(1469)
Unix2Dos - Is this wise to use here?1453 (9/9/2009 9:25:46 PM) comp.unix.programmer Greetings, I had a requirement where I need to email out some files from UNIX to some business users groups. While emailing files, the format of the file content was getting disturbed at which time I used unix... harpreet.noni(9)
maintenance of hash tables.2928 (6/29/2009 9:58:26 AM) comp.programming hello everyone, This may sound pretty basic but still I have this doubt. It is know that to maintain the constant time operations in a hash table the number of elements in the table should be proportional to th... mohangupta13(109)
Plotter problem734 (6/1/2009 4:33:56 PM) comp.programming Could someone help me with the below issue: "You are given a plotter which can plot points provided to it in the form of 'x' and 'y' coordinates. The plotter hand can move horizontally or vertically only. Your... chandra.sonia(1)
Recommendations for a Scheme on OS X6862 (5/23/2009 3:38:41 PM) comp.lang.scheme Afternoon! Firstly, apologies if this is in the FAQ (is there a FAQ?). Respond with flames if so and i'll go and look it up. What's the best Scheme implementation on OS X? Feel free to define 'best' as you ... twic(2083)
Research on testing practices3925 (5/3/2009 12:40:32 AM) comp.programming I have read in at least one book that the person who write the code is not the best person to test the code. One reference supporting this is found in Code Complete 2nd Edition on page 504 in the section titles... egusenet1(6)
How much training for software developers?727 (4/27/2009 3:14:49 PM) comp.programming A recent survey tried to find if software developers get the training they need. Results were not encouraging, but maybe not as bad as you think. http://www.methodsandtools.com/dynpoll/oldpoll.php?SoftTraining... editor(261)
Gender identification code29105 (4/5/2009 11:28:38 AM) comp.programming I am trying to write a program that will be able to distinguish male \female from their e-mail id. Take for example I have a sample of 50 different email addresses . I can categorize them under differe... a1chandan(17)