Since 5/6/2012 8:32:06 AM, chuthurika has written 0 articles and participated in 0 conversations. chuthurika signature: chuthurika
chuthurika's articles:
Items(4) /1
pointers #6137 (2/11/2005 5:37:45 PM) comp.lang.c Hi everyone!.. I'm back and sorry for these idotic questions. I need help on understanding the following program. When I run it I got the answer 2 5, but I can't understand how it is happenning. Can anybody h... Chathu
pointers #5431 (2/11/2005 2:53:23 AM) comp.lang.c Help me.... I'm new to the pointers. I can't understand the meaning. Can anybody tell me the meaning of this code fragment. float *flp,*flq; *flp=*flp+10; ++*flp; (*flp)++; flq=flp; ... Chathu
pointers #4318 (2/10/2005 10:27:08 AM) comp.lang.c Hello everyone! Can anyone explain the meaning of these two code fragments. 1). int **p; p=(int**)malloc(sizeof(int *)); 2). void (*p)(void); ... Chathu
File handling523 (1/31/2005 3:52:04 AM) comp.lang.c Hello everyone........... I have a problem on retriving a content of a binary file I wrote into. My program user structures, dynamic allocation of memory and files. I take the infomation into a dynamicaly alloc... Chathu