Re: Online "flat" ISO C resource wanted.
- From: Richard <rgrdev@xxxxxxxxx>
- Date: Thu, 31 May 2007 17:34:17 +0200
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
--
.
- References:
- Online "flat" ISO C resource wanted.
- From: Richard
- Re: Online "flat" ISO C resource wanted.
- From: CBFalconer
- Re: 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: How to print in C
- Next by Date: Re: im so lonely
- Previous by thread: Re: Online "flat" ISO C resource wanted.
- Next by thread: Re: Online "flat" ISO C resource wanted.
- Index(es):
Relevant Pages
|