P
pete
Merrill said:Could someone hit me again with the way to search usenet but with the
restriction to clc?
http://groups.google.com/groups?group=comp.lang.c
Merrill said:Could someone hit me again with the way to search usenet but with the
restriction to clc?
As persons who have followed my posts know, I am new to usenet.
On the topic of threaddrift, that's just the way it goes.
When you start a thread here,
it's because there's something that you want to discuss about C.
When I answer a post,
it's because there's something that I want to discuss about C,
and it may only be that your post reminded me of it.
Topicality here,
mostly only pertains to the topicality of the newsgroup,
rather than sticking to the subject line of a thread.
Q1) Do other people's newsreaders snip off the posts as they reach
back to a certain date but leave the "sub-trees" that were posted
later? If so, then I would think that indicating a shift in subject
to match the content of a post would be a good thing.
Q2) It was indicated abovethread that some browsers don't include the
subject line. Is this software to which one caters? MPJ
Q1) Do other people's newsreaders snip off the posts as they reach back to
a certain date but leave the "sub-trees" that were posted later? If so,
then I would think that indicating a shift in subject to match the content
of a post would be a good thing.
Q2) It was indicated abovethread that some browsers don't include the
subject line. Is this software to which one caters? MPJ
Alan Balmer said:An obvious consideration - how does one comment in-line on a matter
which is only in the subject line? It's not reasonable to expect the
reader to retype it.
- blank probably means ' ', but is not properly defined in the standard.
See also isblank(), isspace().
Groovy hepcat Michael Mair was jivin' on Fri, 15 Oct 2004 18:47:32
+0200 in comp.lang.c.
Re: K&R2 ex 1-8's a cool scene! Dig it!
There's no such function as isblank() in the standard C library.
Hardly universal Agent does let me copy a subject line during aBut everyone has a mouse and a 'copy-paste' feature, dontchya know?
-Mike
Alan Balmer said:Hardly universal Agent does let me copy a subject line during a
reply, but I wouldn't assume all readers do. And sometimes I use *nix
without X.
Mike said:But everyone has a mouse and a 'copy-paste' feature, dontchya
know?
I'm still going to claim that I'm topical here, because a certain amount of
communication about this forum and its interactions with newsreaders helps,
minimally, me, to post and respond with greater relevancy.
Q1) Do other people's newsreaders snip off the posts as they reach back to
Ben said:It's new in C99.
7.4.1.3 The isblank function
Synopsis
1 #include <ctype.h>
int isblank(int c);
Description
2 The isblank function tests for any character that is a standard
blank character or is one of a locale-specific set of
characters for which isspace is true and that is used to
separate words within a line of text. The standard blank
characters are the following: space (' '), and horizontal
tab ('\t'). In the "C" locale, isblank returns true only for
the standard blank characters.
Files will ultimately be the way I deal with data, because I loathe the
keyboard, but if this code is solid, then there's a fly in the ointment.
How does one enter an enter? Type really quickly? MPJ
It's new in C99.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.