473,813 Members | 2,745 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 4062
"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
2431
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
2126
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 not new to programming, and I have already had an introductory course on C. I have an...
16
8515
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
2199
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 C#'s "using" statement is the equivalent of VB.NET's "imports" statement. However, that concept...
4
1782
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 platform. Recently, I started working on a large JAVA project at my job (even though I have very little...
11
1936
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
9420
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, hashing, red black trees, 3D and 3D graphics, colour spaces, machine learning with neural...
6
1993
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
3596
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 * title, int id, bool flag) and initializes the 3 data members accordingly. in addition print out a...
76
4102
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 address CSS & DOM? Weird. It's like
0
9607
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10669
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10407
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10424
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10140
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6897
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5569
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3885
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3030
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.