473,804 Members | 3,497 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1413
Daniel Haude <ha***@kir.phys net.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.hel sinki.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.phys net.uni-hamburg.de>,
ha***@kir.physn et.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.phys net.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

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

Similar topics

9
8581
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 reference (i.e.  ) and it seems to be converting the character to its UNICODE representation. Take this source XML document: <?xml version="1.0" encoding="UTF-8"?>
1
11445
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 href="mailto:DrTebi@yahoo.com">DrTebi</a> This would work like a regular mailto link in any browser, but wouldn't be visible to spiders if they don't have a function to decode it.
0
2425
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 href="http://blah.com/?test=test&amp;amp;test2=test2">Test2&amp;amp;</a> This results in the following HTML Code:
4
3230
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 that I could externalize my JavaScript, but that will not be practical throughout this application. Is there any way to get around this issue? Xalan processor. Stripped down stylesheet below along with XHTML output. <?xml version='1.0'?>...
8
2819
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);" TextBox2.Attributes.Add("onKeyPress", jscode) You will notice that jscode contains the JavaScript Logical And operator (&&). However, ASP.NET renders this as &amp;&amp; in the code that is
3
1652
by: Xiahui | last post by:
I crteated a computer yesterday ,but it speach not quackly ,Why? please tell me .
14
5939
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 because of this, so I hope some of you gurus can enlighten me with this :) In what circumstances can the "&amp;" in the source code be involuntary changed to "&" by a browser when or other software, when editing and uploading the file to the web...
12
10123
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) ..... // xsl contents abc.aspx?p1=v1&amp;p2=<xsl:value-of select="$v2" />
7
4632
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 BeautifulSoup to clean those up? There are various parsing options related to "&" handling, but none of them seem to do quite the right thing. If I write the BeautifulSoup parse tree back out with "prettify", the loose "&" is still in there. So...
0
9704
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9571
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
10318
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
10302
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
10069
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
9132
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6845
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();...
1
4277
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
3
2976
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.