Re: Online "flat" ISO C resource wanted.



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>
.



Relevant Pages

  • Re: Online "flat" ISO C resource wanted.
    ... Can anyone recommend a good online resource listing all C keywords, ... standard system calls, defines etc in a "flat" hierarchy. ... I forgot to expand the download with bzip2 and instead expanded it ...
    (comp.lang.c)
  • Re: Online "flat" ISO C resource wanted.
    ... Can anyone recommend a good online resource listing all C keywords, ... standard system calls, defines etc in a "flat" hierarchy. ...
    (comp.lang.c)
  • Re: Online "flat" ISO C resource wanted.
    ... Can anyone recommend a good online resource listing all C keywords, ... The C standard specifies all that. ... the example of the format I needed to bring up the info from an IDE ...
    (comp.lang.c)
  • Online "flat" ISO C resource wanted.
    ... Can anyone recommend a good online resource listing all C keywords, ... I wish to set up some bindings in order to bring up "hints and tips" on ...
    (comp.lang.c)