Re: Online "flat" ISO C resource wanted.



CBFalconer <cbfalconer@xxxxxxxxx> writes:

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.

Did you even try to read and understand my request?

I am looking for a resource that I can bring up in a context sensitive
manner in an IDE.

I know what the standard is. I know where I can find it. I know how to
open a compressed file.

Do try and *read* the request. You can not blindly throw the "standard"
is everyones face.. It might keep you fascinated in the bathroom but
its not necessarily the best resource for real life, live programming
jobs using a real IDE on a real code base.


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

--
.



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 ...
    (comp.lang.c)
  • Re: LNK2001 error.. plz help!
    ... You don't happen to remember some keywords from the title do you? ... > It is buried in the resource section of the executable. ...
    (microsoft.public.development.device.drivers)
  • Re: What would you tell Commodore in early 1980s?
    ... (thinking of the Amiga products ... IDE was no standard. ... I don't see where Commodore failed to embrace this. ...
    (comp.sys.cbm)
  • 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)