Since 4/26/2012 4:33:29 PM, darrell13 has written 1 articles and participated in 356 conversations. darrell13 signature: darrell13
darrell13's articles:
Items(1) /1
static initialization919 (5/10/2004 9:03:19 PM) comp.lang.c Is this a bug in my compiler or am I mistaken? If I have the following code: #include void test(void) { static int i; printf("%d ", i++); if(i < 5) test(); } int main(void) { test(); printf("\n"); r... darrell
quick help for weird problem.424 (7/30/2004 10:50:32 PM) comp.lang.c Can someone tell me why I'm having this problem: When I select drink 5 and deposit too little money, there's a problem with the 'difference' variable. Try to deposit $.80 instead of the full $.85 and see what ... one2beatyou(7)
Newbie Question: using Switch and Printf733 (7/31/2004 5:58:19 PM) comp.lang.c Hello I've been learning C for over the last couple months ON MY OWN, and I'm trying to solve this program. How do you decode a number in each case in a switch from 0 to 9 which will save the text of each num... neilwrites2(32)
set char to empty1740 (8/2/2004 4:50:39 AM) comp.lang.c Hi, How do I set the char [ ] to empty ? let say I have, char test[20]; can I do like this : *test = NULL; Thanks. ... magix(76)
When to use complex declarations like the following.....?727 (8/4/2004 8:48:33 AM) comp.lang.c Hi all, Firstly thanks for your golden insight on my earlier post re bitwise operations. I now have another question! I've just been reading the excellent Peter van der Linden excerpt [1] from sun.com (i'm o... alanh1(5)
parse error540 (8/4/2004 8:21:20 PM) comp.lang.c I just received a "parse error at end of input" when compiling my code, but am unsure why. It lists the line as the very last line of my .c file "}"My code compiled fine yesterday, and I only made some minor a... jdhanley(59)
Academic Advice (Professionals only Please)4928 (8/5/2004 2:32:06 AM) comp.lang.java.programmer Dear Folks: >> PLEASE REPLY I WOULD REALLY BE THANKFUL >>"ACADEMIC DISHONESTY">I think the Professor has OVERREACTED reading the CONVERSATIONS that I had with the people in the FORUM and the few things I said ... rob-cop(9)
C Programer1235 (8/5/2004 12:54:08 PM) comp.lang.c I am a young C programer and want to increase my knowledge in C and also Like to get some money not more just a little .If u can help in getting me my pocket money or can help me in gaining my knowledge in C by... sainiharsimran(8)
Java syntax style and tool question1831 (8/5/2004 4:06:57 PM) comp.lang.java.programmer First question. There seems to be two styles of writing Java code (see below), one with open curly brackets on the same line and the other with the open curly brackets on the line below. Does anyone know what t... phil.latio(106)
Somone got a 4096x4096 pixel screen at sun246 (8/6/2004 11:58:41 AM) comp.lang.java.programmer Well at least it looks like that if you try to look at this new, quite helpful "poster-map" from sun: http://java.sun.com/developer/onlineTraining/new2java/javamap/index.html I had to go to full-screen mode i... invalid780(335)