Since 5/6/2012 8:14:06 AM, chming has written 2 articles and participated in 1 conversations. chming signature: chming
chming's articles:
Items(2) /1
Is it possible to return an array from a function? #2125 (1/14/2005 8:10:00 AM) comp.lang.c It is ok to return a struct variable from a function. How about an array of any type from a function? Because the array is allocated in the stack, it is no meaning to return it, which ever type it is. This arr... chming
Is it possible to return an array from a function?222 (1/14/2005 7:14:19 AM) comp.lang.c It is ok to return a struct variable from a function. How about an array of any type from a function? Because the array is allocated in the stack, it is no meaning to return it, which ever type it is. This arr... chming
chming's replies:
Items(1) /1
reading stream up to next delimiter416 (1/6/2005 11:54:14 AM) comp.lang.c I am working under a Linux environment, and I want to "read stream up to next delimiter". It looks like linux doesnt't have a function such as bgets() All i need is, reading characters from stream into buffer u... seema_coma(72)