Since 5/7/2012 8:00:54 AM, pilcrow has written 3 articles and participated in 28 conversations. pilcrow signature: pilcrow
pilcrow's articles:
Items(3) /1
detecting ASCII/EBCDIC4627 (9/2/2008 10:11:49 PM) comp.lang.c Is there a way that a proram can detect whether it is operating in an ASCII or an EBCDIC environment? ... Pilcrow
UNIX, C, Perl23451 (9/2/2008 11:48:57 AM) comp.lang.c Given that UNIX, including networking, is almost entirely coded in C, how come so many things are almost impossible in ordinary C? Examples: Network and internet access, access to UNIX interprocess controls an... Pilcrow
Deficiency of strtok1236 (8/8/2008 12:14:29 AM) comp.lang.c Here is a quick program, together with its output, that illustrates what I consider to be a deficiency of the standard function strtok from : >#include >#include > >char line1[] = "a,bbb,cc", > line2[] ... Pilcrow
pilcrow's replies:
Items(9) /1
Deficiency of strtok1236 (8/8/2008 12:14:29 AM) comp.lang.c Here is a quick program, together with its output, that illustrates what I consider to be a deficiency of the standard function strtok from : >#include >#include > >char line1[] = "a,bbb,cc", > line2[] ... pilcrow(31)
K&R Ex 1-222149 (8/19/2008 7:36:19 AM) comp.lang.c I'm trying to complete excercise 1-23 in the K&R book, which calls for a program to wrap input lines at a given column, making sure to handle lines that wrap twice or don't contain whitespace. This is what I ha... news101(261)
Test me1537 (8/23/2008 6:08:30 AM) comp.lang.c From 5 -6 day i have been learning c pointers i think i have learned pretty much Please Check me if i am right char (ptr*)[10]; // Means a pointer to array of 10 chars char *ptr[10]; // Means array of pointe... raashidbhatt(53)
K&R Exercise 6-21339 (8/29/2008 3:34:43 AM) comp.lang.c In most of the exercises that K&R write, there seems to be a relationship to some library function or some aspect of C that is used later. So, quick question to those more experienced programmers. Other than th... mdeh(568)
UNIX, C, Perl23451 (9/2/2008 11:48:57 AM) comp.lang.c Given that UNIX, including networking, is almost entirely coded in C, how come so many things are almost impossible in ordinary C? Examples: Network and internet access, access to UNIX interprocess controls an... pilcrow(31)
detecting ASCII/EBCDIC4627 (9/2/2008 10:11:49 PM) comp.lang.c Is there a way that a proram can detect whether it is operating in an ASCII or an EBCDIC environment? ... pilcrow(31)
printf #84344 (9/2/2008 11:43:37 PM) comp.lang.c someone has an idea on how the printf function is programmed ? ... ahmed.bou23(29)
Good C Practice830 (9/3/2008 1:54:41 AM) comp.lang.c This is my first post to this group so please take it easy. I'm no C expert but I've been coding in it for a while, I always ask myself what's the best place to see/read good C, by good C I mean projects tha... christiano.fh(1)