473,396 Members | 1,987 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

books worth reading

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.
Nov 14 '05 #1
9 1244
buda wrote:

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.

--
"Churchill and Bush can both be considered wartime leaders, just
as Secretariat and Mr Ed were both horses." - James Rhodes.
"A man who is right every time is not likely to do very much."
- Francis Crick, co-discover of DNA
Nov 14 '05 #2
"CBFalconer" <cb********@yahoo.com> wrote in message
news:41***************@yahoo.com...
buda wrote:

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

Read that one too :)
Anything else?
Nov 14 '05 #3
buda wrote:
"CBFalconer" <cb********@yahoo.com> wrote in message
news:41***************@yahoo.com...
buda wrote:
>
> 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".

Read that one too :)
Anything else?


"Expert C Programming" by Peter van der Linden
Nov 14 '05 #4
"buda" <ku*****@hotmail.com> wrote:
"CBFalconer" <cb********@yahoo.com> wrote in message
news:41***************@yahoo.com...
buda wrote:

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


Read that one too :)
Anything else?


"C Unleashed", by Heathfield, Kirby et al.

Richard
Nov 14 '05 #5
buda wrote:
"CBFalconer" <cb********@yahoo.com> wrote in message
buda wrote:

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

Read that one too :)
Anything else?


Sedgewick "Algorithms in C"

Some of the C is broken or has minor faults, but the subject is
algorithms.

--
"Churchill and Bush can both be considered wartime leaders, just
as Secretariat and Mr Ed were both horses." - James Rhodes.
"A man who is right every time is not likely to do very much."
- Francis Crick, co-discover of DNA
Nov 14 '05 #6
cpg
C: A Reference Manual by Harbison and Steele...it is a reference manual
but the only book on C I find myself using.
Nov 14 '05 #7
"buda" <ku*****@hotmail.com> writes:
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.

--
Brian Gough

Network Theory Ltd,
Publishing "An Introduction to GCC" --- http://www.network-theory.co.uk/
Nov 14 '05 #8
"Richard Bos" <rl*@hoekstra-uitgeverij.nl> wrote in message
news:41****************@news.individual.net...
"buda" <ku*****@hotmail.com> wrote:
"CBFalconer" <cb********@yahoo.com> wrote in message
news:41***************@yahoo.com...
buda wrote:
>
> 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.


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.

--
Mabden


Nov 14 '05 #9
Brian Gough wrote:
"buda" <ku*****@hotmail.com> writes:
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.


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

--
Chuck F (cb********@yahoo.com) (cb********@worldnet.att.net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net> USE worldnet address!
Nov 14 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Michael | last post by:
Guys, I've just finished reading Design Patterns and have been over whelmed by how clever some people are :-) Are there any other books on a similar vein worth reading, Managing large scale...
8
by: Catherine Jo Morgan | last post by:
I'm still at the table design stage with the recreational tree climbing database. At one point I started using the Lookup Wizard to set up some lookup values. Then I remembered reading earlier in...
13
by: John Salerno | last post by:
Here are a few I'm considering: Design Patterns Explained : A New Perspective on Object-Oriented Design (2nd Edition) (Software Patterns Series) by Alan Shalloway Design Patterns C# by...
6
by: John | last post by:
I am looking for VB.Net books which provide a lot of exercises (preferrably with all the answers worked out on CD). In earlier reactions Ken Tucker and M.Posseth recommended a few books. Thanks...
7
by: TAVOSOFT | last post by:
Hi friends, I am begginer , I wanna to learn VB2005 ,Which are good book for to learn VB2005 of level -begginer-intermediate. Thanks you friends.
26
by: vlsidesign | last post by:
I am a newbie and going through "The C programming language" by Kernighan & Richie on my own time (I'm not a programmer but I want to learn because it can save me time in my normal job, and it is...
1
by: rajs | last post by:
http://www.yourlib.com/
41
by: istillshine | last post by:
Questions for the major contributors to comp.lang.c. What C books do you have? What C books have you read? Which algorithm book is your favorite? What resources that you find...
38
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - What books cover EcmaScript? ----------------------------------------------------------------------- Most CLJ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.