Re: Online "flat" ISO C resource wanted.



Richard wrote:
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?

If you read the standard you will have some idea of the
capabilities (and limitations) of the C language. There are very
few limitations, rather constraints. With an adequate knowledge of
the language you can then write your own utilities, list the
keywords, etc. They are all in the standard.

--
<http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt>
<http://www.securityfocus.com/columnists/423>
<http://www.aaxnet.com/editor/edit043.html>
<http://kadaitcha.cx/vista/dogsbreakfast/index.html>
cbfalconer at maineline dot net



--
Posted via a free Usenet account from http://www.teranews.com

.



Relevant Pages

  • 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 ... I am looking for a resource that I can bring up in a context sensitive ...
    (comp.lang.c)
  • Re: [fitsbits] Comments on image distortion conventions
    ... The document should specify default values for any coefficients that are absent from the header, but might be expected based upon the value of A_ORDER or B_ORDER. ... Presumably either the values would be taken to be zero or the convention should require that all keywords be present. ... The convention would appear to mis-use the CTYPEi reserved keyword in a way that at least technically violates the FITS standard. ... of including distortion in the pixel world coordinate transformation directly. ...
    (sci.astro.fits)
  • Re: What is a null pointer constant?
    ... > of standard macros, which is exactly what I questioned. ... >> I think only the same care is needed about keywords. ... Jun, Woong ...
    (comp.std.c)
  • Re: What is a null pointer constant?
    ... while being quiet about other possible macros for ... > Is that a real difference? ... a macro that implements a standard function expands to an ... to constructs that involve keywords. ...
    (comp.std.c)
  • Re: What is a null pointer constant?
    ... My whole point is that allowing to mask ... >> keywords with macros, as the current standard does, is meaningless if ... >> the standard does not require an implmentation to correctly ... it was to say that disallowing a s.c. ...
    (comp.std.c)