473,387 Members | 1,313 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,387 software developers and data experts.

So I bought K&R...

....and I must say I don't regret it. But having lurked (and occasionally
posted) for years in this group, having read and understood the C FAQ, and
having perused the Standard quite a bit I must say I didn't encounter
any real surprises. Should I have bought a Schildt book instead?

--D.
Nov 14 '05 #1
11 1379
Daniel Haude <ha***@kir.physnet.uni-hamburg.de> scribbled the following:
...and I must say I don't regret it. But having lurked (and occasionally
posted) for years in this group, having read and understood the C FAQ, and
having perused the Standard quite a bit I must say I didn't encounter
any real surprises. Should I have bought a Schildt book instead?


Well, if you had bought a Schildt book, you would have encountered some
surprises. But that would not have been a good thing.

--
/-- Joona Palaste (pa*****@cc.helsinki.fi) ------------- Finland --------\
\-------------------------------------------------------- rules! --------/
"The trouble with the French is they don't have a word for entrepreneur."
- George Bush
Nov 14 '05 #2
Daniel Haude wrote:
...and I must say I don't regret it. But having lurked (and occasionally posted) for years in this group, having read and understood the C FAQ, and having perused the Standard quite a bit I must say I didn't encounter any real surprises. Should I have bought a Schildt book instead?

What sort of surprises were you hoping for?


Brian

Nov 14 '05 #3
Daniel Haude wrote:
...and I must say I don't regret it. But having lurked (and occasionally
posted) for years in this group, having read and understood the C FAQ, and
having perused the Standard quite a bit I must say I didn't encounter
any real surprises. Should I have bought a Schildt book instead?


Surprises? If you are specifically looking for surprises, you should try
playing Russian roulette. What kind of "surprises" did you expect to
find in the K&R book?

--
Best regards,
Andrey Tarasevich
Nov 14 '05 #4
In article <sl******************@kir.physnet.uni-hamburg.de>,
ha***@kir.physnet.uni-hamburg.de says...
Should I have bought a Schildt book instead?


Are you short of things to light your fireplace with?

--
Randy Howard (2reply remove FOOBAR)
"Making it hard to do stupid things often makes it hard
to do smart ones too." -- Andrew Koenig
Nov 14 '05 #5


Daniel Haude wrote:
...and I must say I don't regret it. But having lurked (and occasionally
posted) for years in this group, having read and understood the C FAQ, and
having perused the Standard quite a bit I must say I didn't encounter
any real surprises. Should I have bought a Schildt book instead?

--D.


If the book answers your questions it is good.
The Schildt is a phenomena. I bought it years ago. before the net. It
answer a lot of my questions. So I liked it. But if you look around you will
find as many people like it as hate it. The haters note that it leans toward
the PC, not ANSI. So it does not help them, and my give the wrong answer.
Nov 14 '05 #6
Daniel Haude <ha***@kir.physnet.uni-hamburg.de> wrote:
...and I must say I don't regret it. But having lurked (and occasionally
posted) for years in this group, having read and understood the C FAQ, and
having perused the Standard quite a bit I must say I didn't encounter
any real surprises. Should I have bought a Schildt book instead?


I bought the K&R book a few years ago. I just recently bought a hardback
copy of the C99 standard + technical corrigendum 1. I'm quite happy, though
the page numbering is broken.

Those two books are all I could ever ask for and more as far as C
programming goes.

I also own two editions of Steven's, et al Advanced Network Programming.
Similar to my experience w/ K&R I think it might soon be worth my money to
find a hard copy of the Standard Unix Specifiation version 3 (the online
version is nice but you can't beat the ability to lay back and flip through
pages by hand).
Nov 14 '05 #7
Neil Kurzman wrote:
If the book answers your questions it is good.
Getting right answers is more important.
The Schildt is a phenomena. I bought it years ago. before the net. It
answer a lot of my questions. So I liked it.
You didn't know it was giving you wrong answers, which is why it's so
hard for an inexperienced person to buy a book worth owning: They don't
know enough to know when an author is full of shit.
But if you look around you will find as many people like it as hate it. The
haters note that it leans toward the PC, not ANSI. So it does not help them,
and my give the wrong answer.


No, it leans toward the incorrect, as opposed to the correct. It gives
the wrong answer to anyone who reads its pages.

Here is a website that takes apart the errors in the book:
http://www.lysator.liu.se/c/schildt.html
Nov 14 '05 #8
Chris Barts wrote:

Neil Kurzman wrote:
But if you look around you will find as many people like it as hate it. The
haters note that it leans toward the PC, not ANSI. So it does not help them,
and my give the wrong answer.


No, it leans toward the incorrect, as opposed to the correct. It gives
the wrong answer to anyone who reads its pages.

Here is a website that takes apart the errors in the book:
http://www.lysator.liu.se/c/schildt.html


Probably takes apart the wrong book. Possibly you meant:

http://www.plethora.net/~seebs/c/c_tcr.html
Nov 14 '05 #9
infobahn wrote:
Chris Barts wrote:
Here is a website that takes apart the errors in the book:
http://www.lysator.liu.se/c/schildt.html

Probably takes apart the wrong book. Possibly you meant:

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


Well, they're both bad books by Schildt on C. I didn't know about the
book you mention, but I think my point stands: Schildt should not write
books about C, and when he does nobody should buy them.
Nov 14 '05 #10
Chris Barts wrote:

infobahn wrote:
Chris Barts wrote:
Here is a website that takes apart the errors in the book:
http://www.lysator.liu.se/c/schildt.html

Probably takes apart the wrong book. Possibly you meant:

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


Well, they're both bad books by Schildt on C.


The first one is only half-bad, since most of the left-hand pages
(I think!) are fine. It's only the right-hand pages (that is, the
ones written by Schildt) that are broken.
I didn't know about the
book you mention, but I think my point stands: Schildt should not write
books about C, and when he does nobody should buy them.


Fear not. He's moved on to other languages, God help them.
Nov 14 '05 #11


Chris Barts wrote:
Neil Kurzman wrote:
If the book answers your questions it is good.


Getting right answers is more important.
The Schildt is a phenomena. I bought it years ago. before the net. It
answer a lot of my questions. So I liked it.


You didn't know it was giving you wrong answers, which is why it's so
hard for an inexperienced person to buy a book worth owning: They don't
know enough to know when an author is full of shit.
But if you look around you will find as many people like it as hate it. The
haters note that it leans toward the PC, not ANSI. So it does not help them,
and my give the wrong answer.


No, it leans toward the incorrect, as opposed to the correct. It gives
the wrong answer to anyone who reads its pages.

Here is a website that takes apart the errors in the book:
http://www.lysator.liu.se/c/schildt.html


At the Time (before the web) It was the best book I could find in the Book Store.
It covered Stuff that my text books did not. Mostly, pointers and pointers to
structures, and passing them.
I have not opened it in years, I usually hit help.
I should get a copy of K&R. When I do I hope I do not find I am doing it all
wrong.
Nov 14 '05 #12

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

Similar topics

9
by: Collin VanDyck | last post by:
I have a basic understanding of this, so forgive me if I am overly simplistic in my explanation of my problem.. I am trying to get a Java/Xalan transform to pass through a numeric character...
1
by: DrTebi | last post by:
Hello, I have the following problem: I used to "encode" my email address within links, in order to avoid (most) email spiders. So I had a link like this: <a...
0
by: Thomas Scheffler | last post by:
Hi, I runned in trouble using XALAN for XSL-Transformation. The following snipplet show what I mean: <a href="http://blah.com/?test=test&amp;test2=test2">Test1&amp;</a> <a...
4
by: johkar | last post by:
When the output method is set to xml, even though I have CDATA around my JavaScript, the operaters of && and < are converted to XML character entities which causes errors in my JavaScript. I know...
8
by: Nathan Sokalski | last post by:
I add a JavaScript event handler to some of my Webcontrols using the Attributes.Add() method as follows: Dim jscode as String = "return (event.keyCode>=65&&event.keyCode<=90);"...
3
by: Xiahui | last post by:
I crteated a computer yesterday ,but it speach not quackly ,Why? please tell me .
14
by: Arne | last post by:
A lot of Firefox users I know, says they have problems with validation where the ampersand sign has to be written as &amp; to be valid. I don't have Firefox my self and don't wont to install it only...
12
by: InvalidLastName | last post by:
We have been used XslTransform. .NET 1.1, for transform XML document, Dataset with xsl to HTML. Some of these html contents contain javascript and links. For example: // javascript if (a &gt; b)...
7
by: John Nagle | last post by:
I've been parsing existing HTML with BeautifulSoup, and occasionally hit content which has something like "Design & Advertising", that is, an "&" instead of an "&amp;". Is there some way I can get...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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...
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...

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.