IS this a good C reference manual ??

S

santosh

broli said:

That's specific to glibc. You might also try the link below. The section
on C explains the entire C99 standard library. There is also a short
description of the language.

<http://www.dinkumware.com/manuals/>

Also:

<http://www.acm.uiuc.edu/webmonkeys/book/c_guide/index.html>

Bear in mind that all these links are focused on the library part of the
C language. For a complete reference try /C: A Reference Manual/ by
Harbison & Steele.
 
B

Barry Schwarz


Please include your question (IS this a good C reference manual ??) in
the text of your message. Some don't get to see the subject.

It is not a C reference at all. It is a reference about functions
provided by a particular implementation. Most of the functions
discussed are non-standard. The discussion of the standard functions
makes non-portable assumptions (which may be valid for the particular
implementation).

I don't use the particular implementation so I can't tell if the
information is accurate. It does appear voluminous and comprehensive
in breadth but not in detail.

The organization is not obvious. malloc is not discussed in the
stdlib section though when you find it in the alphabetic index it does
say to #include <stdlib.h>. In fact, only one function is discussed
in the stdlib section.

I thought the few examples I looked at were a little simplistic and
provided no new information compared to the prototype. The one for
strtok invokes undefined behavior.

Overall, probably not suitable for newcomers to the language.


Remove del for email
 
S

stop

santosh said:
That's specific to glibc. You might also try the link below. The section
on C explains the entire C99 standard library. There is also a short
description of the language.

<http://www.dinkumware.com/manuals/>

Also:

<http://www.acm.uiuc.edu/webmonkeys/book/c_guide/index.html>

Bear in mind that all these links are focused on the library part of the
C language. For a complete reference try /C: A Reference Manual/ by
Harbison & Steele.
The link that Op refers to is a good one page on C libarries. I was asked
yesterday why the arbitrary american would not read a one-page report that
had to do with something requisite to his job, and I couldn't really come up
with anything.

The above links are not for reading but reference. A couple good bookmarks
will do all the good.

A thousand points of light.
 
S

santosh

stop said:
The link that Op refers to is a good one page on C libarries. I was
asked yesterday why the arbitrary american would not read a one-page
report that had to do with something requisite to his job, and I
couldn't really come up with anything.

The above links are not for reading but reference. A couple good
bookmarks will do all the good.

A thousand points of light.

I presume you were "Gerry Ford" earlier? And can you post the C source
for the Markov generator you are using for your "posts"?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top