Since 4/14/2012 3:19:18 AM, Phred4 has written 8 articles and participated in 80 conversations. Phred4 signature: Phred4
Phred4's articles:
Items(8) /1
nothing much #229159 (3/19/2010 5:49:44 AM) comp.lang.c It's nice to see that russians are free enough to spread spam porn.
I read elsewhere that signed integer division was undefined in C, with
maybe a change having come in C99.
Is that true?
--
fred
... Phred
manning man3149 (3/17/2010 2:32:30 AM) comp.unix.shell I've been able to update the capabilities that one expects from man
pages. I was particularly glad to find:
apt-get install manpages-dev
as this gives a person on ubuntu a way to see a man page for for... Phred
Plan 9's c compiler3139 (2/26/2010 4:16:42 AM) comp.lang.c I've been reading up on the whole Plan 9 thing. Links here: Brian Kernigan's treatment: http://doc.cat-v.org/plan_9/2nd_edition/README The wiki: http://en.wikipedia.org/wiki/Plan_9 They always talk about ... Phred
integer2230 (2/23/2010 5:40:03 AM) comp.unix.programmer I'm curious about the following description: #include long pathconf(const char *path, int name); DESCRIPTION The pathconf(), lpathconf() and fpathconf() system calls provide a me... Phred
derived-type object4558 (2/14/2010 6:27:05 AM) comp.lang.c Is there such a thing as a derived-type object in C? (I believe there is.) If so, can someone show me a bit of referent source? Dankenstein, -- fred ... Phred
reading the source of calling a singly-linked list444 (2/12/2010 10:34:01 AM) comp.lang.c I'm looking at pp. 381-392 of _C Unleashed_ and set the goal of this thread to read through the source of this text. I'll make a full source listing after the sig. $ ls -l total 480 .... -rw-r--r-- 1 dan d... Phred
a grab bag of customizations1837 (2/11/2010 2:14:54 AM) comp.os.linux.misc Hello newsgroup, I continue to enjoy using the linux platform and would like to modify it in ways that are beyond my current game. When I installed, I was asked for a name and gave a nice, short one: dan. ... Phred
calling a singly-linked list1738 (2/8/2010 10:26:41 AM) comp.lang.c In the following program: dan@dan-desktop:~/source/unleashed/ch11$ gcc -D_GNU_SOURCE -Wall -Wextra ac1.c -o out dan@dan-desktop:~/source/unleashed/ch11$ ./out 7 345 23 0 dan@dan-desktop:~/source/unleashe... Phred
Stylistic questions on UNIX C coding.352108 (2/24/2010 6:35:06 PM) comp.unix.programmer Hi, I've a few questions concerning style when programming C on UNIX systems. I don't want to look like an amateur. :) 1. Having been programming in higher level languages for the last 15 years, I'm finding... postermatt(37)
Plan 9's c compiler3139 (2/26/2010 4:16:42 AM) comp.lang.c I've been reading up on the whole Plan 9 thing. Links here: Brian Kernigan's treatment: http://doc.cat-v.org/plan_9/2nd_edition/README The wiki: http://en.wikipedia.org/wiki/Plan_9 They always talk about ... Phred4(88)
books by clc contributors1936 (2/26/2010 4:20:42 PM) comp.lang.c I've seen a number of critiques by some posters of books written by others (contributors or not), and this has probably been done to death. I'm interested in the other side of it. I've helped edit a technical... bruces42(69)
system calls #248229 (3/7/2010 1:23:56 AM) comp.unix.shell Glen Hermannsfeldt posted this in comp.lang.fortran:
#include
int main() {
printf("%d\n",system("ls | grep ."));
}
// gcc -D_GNU_SOURCE -Wall -Wextra rr1.c -o out
Output seemed typical:
... Phred
Depth of Binary Tree19336 (3/11/2010 5:14:52 PM) comp.lang.c I have come accross with the code for finding Depth of tree, i am
not
getting this, please anyone throw a light on this ....
http://www.math.bas.bg/~nkirov/2010/NETB201/slides/ch06/pic3.jpg
please ex... t.sathyanarayanan(25)
gfortran/g95 differences2666 (3/14/2010 9:45:41 PM) comp.lang.fortran GNU corporation always leaves me baffled with their approach to simplicity. To put it simple; I'm looking for a free compiler which can run on an usb stick, for a demonstration of some features, on computers w... Luka
Firefox and bookmarks725 (3/14/2010 11:21:29 PM) comp.os.linux.misc This is not strictly Linux-only, but maybe somebody in this forum can provide pointers. I am looking for a code to do the following: 1) Loop over all of the URLs in my bookmarks database. 2) For each U... noaddress9030(19)
[OT] Bibbia Nuovo Testamento su preghiera243 (3/19/2010 10:15:42 AM) comp.lang.c Dal Nuovo Testamento ------------------- Lc {15: 1} 1 Si avvicinavano a lui tutti i pubblicani e i peccatori per ascoltarlo. 2I farisei e gli scribi mormoravano "Costui riceve i peccatori e mangia con loro". ... io_x