473,566 Members | 2,847 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Re: (part 7) Dick Heathfield's book errors


"George Orwell" <no****@mixmast er.itwrote in message
news:c6******** *************** *******@mixmast er.it...
Hello!

I'm pleased to say that I've finished reading Dick Heathfield's
data-structures chapter in _C Unleashed_. I've been considering
tearing out the pages of this chapter and doing my part for the
environment by recycling them, but I've started using _C Unleashed_
for my bicep curls and don't wish to compromise on workout load.
[...]

Do you really think a single book provides enough weight for proper workout
paraphernalia? You must be a real weakling; oh well.

Nov 1 '08 #1
5 1553
On Nov 1, 4:00 am, "Chris M. Thomasson" <n...@spam.inva lidwrote:

<snip troll>
Do you really think a single book provides enough weight for proper workout
paraphernalia? You must be a real weakling; oh well.
Have you ever contributed anything at all to comp.lang.c?
Please stop replying to trolls.
Nov 1 '08 #2
<vi******@gmail .comwrote in message
news:99******** *************** ***********@40g 2000prx.googleg roups.com...
On Nov 1, 4:00 am, "Chris M. Thomasson" <n...@spam.inva lidwrote:

<snip troll>
>Do you really think a single book provides enough weight for proper
workout
paraphernali a? You must be a real weakling; oh well.

Have you ever contributed anything at all to comp.lang.c?
I think so.

Please stop replying to trolls.
Nov 1 '08 #3

"viza" <to******@gm-il.com.obviousc hange.invalidwr ote in message
>
I quite agree, and this particular troll is vaguely amusing too. I was
just trying to highlight vippstar's constant hypocrisy.
My suspicion is that he's been set up by Nilges. Not a sock-puppet - the
vocabularly is different - but an ally.

--
Free games and programming goodies.
http://www.personal.leeds.ac.uk/~bgy1mm

Nov 2 '08 #4
Malcolm McLean said:
>
"viza" <to******@gm-il.com.obviousc hange.invalidwr ote in message
>>
I quite agree, and this particular troll is vaguely amusing too. I was
just trying to highlight vippstar's constant hypocrisy.
My suspicion is that he's been set up by Nilges. Not a sock-puppet - the
vocabularly is different - but an ally.
I doubt it. The idea of Mr Nilges having allies is just too improbable.

No, I think the OP is just a run of the mill bozo - or, at least, he's
behaving like one.

--
Richard Heathfield <http://www.cpax.org.uk >
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
Nov 2 '08 #5
In article <9L************ *************** ***@bt.com>,
Richard Heathfield <rj*@see.sig.in validwrote:
>No, I think the OP is just a run of the mill bozo - or, at least, he's
behaving like one.
I think he's a bit higher-class than just run of the mill.
The bits I read before I killfiled him seemed to indicate that there
was some intelligence and cleverness there that, if he applied them to
making a positive contribution instead of trolling, would be more than
enough to gain quite a bit of respect around here.
(Of course, intelligent and clever trolls are still trolls, and paying
attention to trolls is generally a waste of everybody's time.)
dave

--
Dave Vandervies dj3vande at eskimo dot com
You are determined to martyr yourself on a nonexistent altar
An altar could be arranged.
--Mark McIntyre and Richard Heathfield in comp.lang.c
Nov 2 '08 #6

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

Similar topics

97
3992
by: Master Programmer | last post by:
Thinking of learning VB.NET? New programmer? Thinking of Moving over from VB 6.0? Read on friend, let me help you make a more informed decision......... Microsoft are a pathetic company, but they have got worse over the last 5 years. Here are just a few reasons (there are many more), not to sacrifice
334
11345
by: Antoninus Twink | last post by:
The function below is from Richard HeathField's fgetline program. For some reason, it makes three passes through the string (a strlen(), a strcpy() then another pass to change dots) when two would clearly be sufficient. This could lead to unnecessarily bad performance on very long strings. It is also written in a hard-to-read and clunky style....
0
1322
by: Nomen Nescio | last post by:
hay, student proggramer 19 yrs old china in computer course ben doing c proggraming cpl of months from pascal backgrond enjoyying c unleashed book posible minour buggs found in dick heathfields data structs cht buggs not on c unleashed erata witch i looked throughly grate book lerning lot frmo the c expertts pg. 348 double Loading = {0};
3
1754
by: George Orwell | last post by:
hay, Han frm china heer again... ben readin sum more c unleashed book dick heathfields book... still readin dick heathfields data structs cht but jumped ahead to chad dixons cgi proggraming cht out of interest for bit varietty... hard to focuss on length of data structs cht vry drawn out longwindded imho... small robusttness patch for pg....
8
1502
by: Nomen Nescio | last post by:
Hey, this is Ajun from a Bangladesh outsource company. Han has hired me to do the English writing for his comp.lang.c posts. The subject line has been changed, which may affect archival consistency, so if you're looking for the first two installments of this series, just run a Google Groups search for "posible minour buggs in dick heathfields...
4
1473
by: Nomen Nescio | last post by:
No errors to report here. It's hard work taking the nitpick microscope to the CLC Clique's book, but someone has to do it. It's occurred to me I haven't properly introduced myself. /* * 5-1-2-2-3.c * Han from China's hello-CLC program. *
8
1379
by: Borked Pseudo Mailed | last post by:
Richard Heathfield said: <snip> From swab.c: void swab(const void * __restrict from, void * __restrict to, ssize_t len) { unsigned long temp;
1
1311
by: Lew Pitcher | last post by:
On October 29, 2008 19:30, in comp.lang.c, Nomen Nescio (nobody@dizum.com) wrote: Well, you said it: "This is nitpick central". I have a nit to pick. According to the C99 standard, the macro NULL is defined in a) <stddef.h>, /and/ b) <stdio.h>, /and/ c) <stdlib.h>
1
1413
by: Borked Pseudo Mailed | last post by:
Hey, guys. I'm still plowing through Dick Heathfield's data-structures chapter. It's like reading 100-plus pages on how to core an apple, but I'm getting there, slowly. I'm up to his HTML syntax checker in the stacks section. Noticed a corker of an error in that, but I'll leave that for one of my next posts, at which point I hope to finish...
0
7584
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...
0
8108
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...
1
7644
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...
0
7951
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
6260
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...
1
5484
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5213
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...
1
2083
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
0
925
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.