books worth reading

B

buda

I've covered all the basics (K&R, the standard and about 18 months of
experience with C) and I'd like to read something more "advanced" on the
subject of C programming. Which books do you recomend? Thank you.
 
C

CBFalconer

buda said:
I've covered all the basics (K&R, the standard and about 18 months of
experience with C) and I'd like to read something more "advanced" on the
subject of C programming. Which books do you recomend? Thank you.

Kernighan and Pike "The Practice of Programming".
This newsgroup.
 
C

cpg

C: A Reference Manual by Harbison and Steele...it is a reference manual
but the only book on C I find myself using.
 
B

Brian Gough

buda said:
I've covered all the basics (K&R, the standard and about 18 months of
experience with C) and I'd like to read something more "advanced" on the
subject of C programming. Which books do you recomend? Thank you.

The GNU C Library Reference Manual (2 volumes). It contains a lot of
useful examples for the standard library functions.
 
M

Mabden

A new take on the matter:
How about trying to code something you've never done before. Make a game,
write a phone book program,
create an image viewer or icon program...
Then do some other coding for 6 months and come back to your old code.
Re-reading old (forgotten) code will teach you more about what YOU need than
any book.

Flaws:
Bad code
No/Bad comments ("What was I thinking?!!)
Hold-over code from your last language (The old axiom: "You can write
FORTRAN in any language.")
Bugs you never saw before.
 
C

CBFalconer

Brian said:
The GNU C Library Reference Manual (2 volumes). It contains a lot of
useful examples for the standard library functions.

If you have suitable things installed, "info libc" may suffice.
 

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
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top