473,548 Members | 2,604 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

book on C

Today I went out to a book store in search of a good book on C,
I know quite a lot of C already so I wasnt looking for one of those
"Learn C in 21 Days" type of books, I was more after a book that
would serve as a reference and I could look at when my memory
had failed me and needed refreshing. I had numerous choices as
far as C reference books, The one I chose is called

"The Complete reference, C, fourth edition"
Published by osborne, Author Herbert Schildt

Anyone got any opinions on whether this was a good/poor
choice or has different recommendations . I am going to build
up a library of programming books, so just looking for opinions.

Cheers
Nov 14 '05 #1
23 4043
"Paul" <pa**@rtfm.or g> writes:
Today I went out to a book store in search of a good book on C,
I know quite a lot of C already so I wasnt looking for one of those
"Learn C in 21 Days" type of books, I was more after a book that
would serve as a reference and I could look at when my memory
had failed me and needed refreshing. I had numerous choices as
far as C reference books, The one I chose is called

"The Complete reference, C, fourth edition"
Published by osborne, Author Herbert Schildt


Schildt is notorious for writing books that seem to be well-written,
but that are full of dangerous misinformation. He's particularly bad
about distinguishing between standard C and system-specific features.

See <http://www.lysator.liu .se/c/schildt.html> for a detailed
review of one of his books.

I'm not familiar with the book you picked up. I've heard that Schildt
has improved, but not by much.

Harbison & Steele's "C: A Reference Manual", currently in its 5th
edition, is good.

--
Keith Thompson (The_Other_Keit h) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Nov 14 '05 #2
Paul wrote:

Today I went out to a book store in search of a good book on C,
I know quite a lot of C already so I wasnt looking for one of those
"Learn C in 21 Days" type of books, I was more after a book that
would serve as a reference and I could look at when my memory
had failed me and needed refreshing. I had numerous choices as
far as C reference books, The one I chose is called

"The Complete reference, C, fourth edition"
Published by osborne, Author Herbert Schildt

Anyone got any opinions on whether this was a good/poor
choice or has different recommendations . I am going to build
up a library of programming books, so just looking for opinions.


Congratulations . You have made the worst possible choice for your
objectives. You now are the proud possessor of BullSchildt. If
you can get your money back, do so. If not, burn the book to avoid
influencing the young and innocent. Then get the reliable K & R
"The C Programming Language".

--
"If you want to post a followup via groups.google.c om, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
Nov 14 '05 #3

"CBFalconer " <cb********@yah oo.com> wrote in message
news:42******** ******@yahoo.co m...
Congratulations . You have made the worst possible choice for your
objectives. You now are the proud possessor of BullSchildt. If
you can get your money back, do so. If not, burn the book to avoid
influencing the young and innocent. Then get the reliable K & R
"The C Programming Language".


Wow. that was brutally up front. There was a book by that title there by
K&R.
But it seemed very short, maybe 100 pages or so.

Could you elaborate on why you think my choice was bad?
Nov 14 '05 #4
Paul wrote:

"CBFalconer " <cb********@yah oo.com> wrote in message
news:42******** ******@yahoo.co m...
Congratulations . You have made the worst possible choice for your
objectives. You now are the proud possessor of BullSchildt. If
you can get your money back, do so. If not, burn the book to avoid
influencing the young and innocent. Then get the reliable K & R
"The C Programming Language".

Wow. that was brutally up front.


Well, you did ask.
There was a book by that title there by K&R.
But it seemed very short, maybe 100 pages or so.
272 pages of closely-packed information. They squeezed out all the
padding, and just left you the info. If page count is what matters
to you, buy a few reams of printer paper. It's a lot cheaper that
way.
Could you elaborate on why you think my choice was bad?


Peter Seebach, a member of ISO, has already covered this:

http://herd.plethora.net/~seebs/c/c_tcr.html

I don't know which edition he was reviewing, but I have a copy
of the 2nd edition which is riddled with errors. I have browsed
the 4th edition in a bookstore, and found that to be riddled with
errors too.

*Some* errors are inevitable, but C-TCR makes a mockery of the
idea of actually learning your subject before you publish a book
about it. In an introductory text, that's unforgiveable.
Nov 14 '05 #5
In article <42************ ***********@new s.optusnet.com. au>,
"Paul" <pa**@rtfm.or g> wrote:
"CBFalconer " <cb********@yah oo.com> wrote in message
news:42******** ******@yahoo.co m...
Congratulations . You have made the worst possible choice for your
objectives. You now are the proud possessor of BullSchildt. If
you can get your money back, do so. If not, burn the book to avoid
influencing the young and innocent. Then get the reliable K & R
"The C Programming Language".


Wow. that was brutally up front. There was a book by that title there by
K&R.
But it seemed very short, maybe 100 pages or so.

Could you elaborate on why you think my choice was bad?


As a test for advanced C programmers: Pick a random page of "The
Annotated C Standard", then find all the errors on that page.
Nov 14 '05 #6
Christian Bau wrote:

As a test for advanced C programmers: Pick a random page of "The
Annotated C Standard", then find all the errors on that page.


Optimisation exercise: confine your analysis to the - well, I don't
have the book, but I think HS's annotations are on the right-hand
pages. The text of the Standard itself is - *on the whole* - free
of errors (with occasional exceptions such as those noted by
Clive Feather).
Nov 14 '05 #7
Christian Bau wrote:
"Paul" <pa**@rtfm.or g> wrote:

There was a book by that title there by K&R.
But it seemed very short, maybe 100 pages or so.

Quality, not quantity.
As a test for advanced C programmers: Pick a random page of "The
Annotated C Standard", then find all the errors on that page.


A page on the left side, or a page on the right side?

Nov 14 '05 #8
infobahn <in******@btint ernet.com> wrote:
[re: K&R]

272 pages of closely-packed information. They squeezed out all the
padding, and just left you the info. If page count is what matters
to you, buy a few reams of printer paper. It's a lot cheaper that
way.


I hate to say it, but I found K&R a poor teaching solution because of
its density. Its worth owning as an excellent reference, but for some
people (myself included) its a poor "starter" book[1].

The book I did use to teach myself the basics of C is very, very out of
print and somewhat out of date -- therefore I can't recommend a good
"slow-learner's" beginner's book on c.

I did find the C FAQ informative after learning a bit of C. And I can
strongly recommend 'C Unleashed' as your second or third book. Hanging
out in the appropriate IRC channels can be quite informative as well.

[1] I don't know why I had such a problem with K&R. Usually my brain
likes densely packed information.

--
With sufficient thrust, pigs fly just fine. However, this is
not necessarily a good idea. It is hard to be sure where they
are going to land, and it could be dangerous sitting under them
as they fly overhead. -- RFC 1925
Nov 14 '05 #9
Jesse Meyer wrote:

I hate to say it, but I found K&R a poor teaching solution because of
its density. Its worth owning as an excellent reference, but for some
people (myself included) its a poor "starter" book[1].

The book I did use to teach myself the basics of C is very, very out of
print and somewhat out of date -- therefore I can't recommend a good
"slow-learner's" beginner's book on c.


C Programming: A Modern Approach, K.N.King, W.W.Norton & Company, 1996.
ISBN 0-393-96945-2

C: How to Program, 2nd Ed. Deitel, H.M. & Deitel, P.J. Prentice Hall,
1994.
ISBN 0-13-226119-7
Nov 14 '05 #10

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

Similar topics

9
2419
by: anonymous | last post by:
Hi CLCers, I want to know your opinion about the book: Expert C programming-Deep C secrets by Peter Van Der Linden. Thanks in advance. Sha
12
2097
by: Guido Mureddu | last post by:
Hello, I'm a student in electronic engineering. I do know you've seen and answered this sort of topic/request countless times, but I haven't found past threads as helpful as I had hoped, and even though I have read them all and many reviews, I prefer to ask directly to people who know the subject better than anyone else. First of all, I'm...
16
8474
by: Robert Zurer | last post by:
Can anyone suggest the best book or part of a book on this subject. I'm looking for an in-depth treatment with examples in C# TIA Robert Zurer robert@zurer.com
8
2182
by: Dgates | last post by:
Has anyone typed up an index for the O'Reilly book "C# and VB.NET Conversion?" I'm just learning C#, and often using this little book to see which VB.NET terms translate directly to some term in C#. However, it's a real hassle that the book has no index, just a table of contents. For example, as early as page 8, the book teaches that...
4
1769
by: Mike | last post by:
Hi, I am planning on purchasing VS2005 to learn C# very soon, and I need good book recommendations. I realize this is a question that may be asked a lot, but please consider my background: I have been a ClassicVB/ASP programmer for about 7 years. I have never done anything with .NET and only have a very basic understanding of the...
11
1916
by: www.douglassdavis.com | last post by:
I'm looking for advice here, and I would really appreciate it if you could help. Is there a VB 2005 book that you like and would recommend (and why)? Would you consider it good for beginners to programming, intermediate, or advanced level?
263
9084
by: Malcolm McLean | last post by:
The webpages for my new book are now up and running. The book, Basic Algorithms, describes many of the fundamental algorithms used in practical programming, with a bias towards graphics. It includes mathematical routines from the basics up, including floating point arithmetic, compression techniques, including the GIF and JPEG file formats,...
6
1977
by: Hello | last post by:
Hello every body Please can any body tells me a good book that can teach me "visual basic 2005" (as beginner). Thank you all =========================================
1
3574
by: jrw133 | last post by:
i got this program the other day and ive just started it and i am getting some errors that i cant figure out. requirements: 1)create a clas called Book. a Book has three data members: m_title, m_id and m_flag to tell whether the book is in or checked out. 2)Write a constructor for Book. write a constructor that takes 3 parameters: Book(char *...
76
3988
by: lorlarz | last post by:
Crockford's JavaScript, The Good Parts (a book review). This shall perhaps be the world's shortest book review (for one of the world's shortests books). I like Douglas Crockford (because I am a crabby old man too; plus he _is_ smart and good).. But, how can he write a book on the good parts of JavaScript and not mention functions that...
0
7512
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7707
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7803
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6036
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5082
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3495
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1926
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1051
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
751
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.