Re: Online "flat" ISO C resource wanted.
- From: Richard <rgrdev@xxxxxxxxx>
- Date: Thu, 31 May 2007 13:21:27 +0200
CBFalconer <cbfalconer@xxxxxxxxx> writes:
Richard wrote:
Can anyone recommend a good online resource listing all C keywords,
standard system calls, defines etc in a "flat" hierarchy.
I wish to set up some bindings in order to bring up "hints and tips" on
using such keywords/functions from ISO C in an IDE I am working on. So I
would bring up a function and use the current word as the search
criteria to locate an online library/faq
The C standard specifies all that. Try:
<http://cbfalconer.home.att.net/download/n869_txt.bz2>
I don't see how that addresses what I was looking for. You snipped the
example of the format I needed to bring up the info from an IDE for some
reason.
How would you automate an IDE to open that file and find a programmers
guide to "typedef" for example?
The example I gave for what I was looking for was something like
http://xxx.yyy/c/typedef.htm
(and don't forget to expand the download with bzip2)
Would you like to explain how I should tie my shoelaces too?
In addition, why do you not put a proper extension on the compressed
file content so that most of us can use default applications to view the
thing? No one uses underscore followed by type definition. It is "."
(period) followed by extension type.
<signature snipped manually>
.
- Follow-Ups:
- Re: Online "flat" ISO C resource wanted.
- From: Keith Thompson
- Re: Online "flat" ISO C resource wanted.
- From: CBFalconer
- Re: Online "flat" ISO C resource wanted.
- References:
- Online "flat" ISO C resource wanted.
- From: Richard
- Re: Online "flat" ISO C resource wanted.
- From: CBFalconer
- Online "flat" ISO C resource wanted.
- Prev by Date: Re: question about "++"
- Next by Date: Re: Online "flat" ISO C resource wanted.
- Previous by thread: Re: Online "flat" ISO C resource wanted.
- Next by thread: Re: Online "flat" ISO C resource wanted.
- Index(es):
Relevant Pages
|