473,480 Members | 1,777 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Looking for an intro C programming book?

TechBookReport have just published a review of 'C Programming In Easy
Steps', if you're a C beginner looking for an intro book (or an ex-C
developer looking for a quick refresh), ready why this is a book to
consider. Read the review here: http://www.techbookreport.com


Nov 14 '05 #1
7 1858
TechBookReport wrote:

TechBookReport have just published a review of 'C Programming In Easy
Steps', if you're a C beginner looking for an intro book (or an ex-C
developer looking for a quick refresh), ready why this is a book to
consider. Read the review here: http://www.techbookreport.com


The "continued" link for "C Programming In Easy Steps",
goes to the wrong URL.

It's supposed to be
http://www.techbookreport.com/tbr0065.html
instead of
http://www.techbookreport.com/tbr0064.html

--
pete
Nov 14 '05 #2

"pete" <pf*****@mindspring.com> wrote in message
news:40***********@mindspring.com...
TechBookReport wrote:

TechBookReport have just published a review of 'C Programming In Easy
Steps', if you're a C beginner looking for an intro book (or an ex-C
developer looking for a quick refresh), ready why this is a book to
consider. Read the review here: http://www.techbookreport.com


The "continued" link for "C Programming In Easy Steps",
goes to the wrong URL.

It's supposed to be
http://www.techbookreport.com/tbr0065.html
instead of
http://www.techbookreport.com/tbr0064.html

--
pete


Thanks!! Now corrected.
Nov 14 '05 #3
TechBookReport wrote:
TechBookReport have just published a review of 'C Programming In Easy
Steps', if you're a C beginner looking for an intro book (or an ex-C
developer looking for a quick refresh), ready why this is a book to
consider.


What advantages does it have over, say, "C Programming: A Modern Approach",
or "The C Programming Language", or "C: How to Program"? And in what ways
is it /inferior/ to those books?

--
Richard Heathfield : bi****@eton.powernet.co.uk
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc: http://users.powernet.co.uk/eton
Nov 14 '05 #4

"Richard Heathfield" <in*****@address.co.uk.invalid> wrote in message
news:40********@news2.power.net.uk...
TechBookReport wrote:
TechBookReport have just published a review of 'C Programming In Easy
Steps', if you're a C beginner looking for an intro book (or an ex-C
developer looking for a quick refresh), ready why this is a book to
consider.
What advantages does it have over, say, "C Programming: A Modern

Approach", or "The C Programming Language", or "C: How to Program"? And in what ways
is it /inferior/ to those books?

--
Richard Heathfield : bi****@eton.powernet.co.uk
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc: http://users.powernet.co.uk/eton


K&R is more suited to experienced programmers, it's certainly not a book for
the absolute beginner, IMHO.

'C: How To Program' has a much wider scope, and also includes more
introductory programming material (i.e. the core principles of structured
programming). It also covers some of the more advanced material that is
missing from 'C Programming In Easy Steps'. As the review states, this is a
book that focuses on syntax and uses very small examples programs to
illustrate that.

Can't comment on 'C: Programming A Modern Approach', unfortunately.

HTH

Pan
TechBookReport: http://www.techbookreport.com

Nov 14 '05 #5
"TechBookReport" <tb*@nospam.spam> wrote:
"Richard Heathfield" <in*****@address.co.uk.invalid> wrote in message
news:40********@news2.power.net.uk...
TechBookReport wrote:
TechBookReport have just published a review of 'C Programming In Easy
Steps',


What advantages does it have over, say, "C Programming: A Modern Approach",
or "The C Programming Language", or "C: How to Program"? And in what ways
is it /inferior/ to those books?


K&R is more suited to experienced programmers, it's certainly not a book for
the absolute beginner, IMHO.


_C_ is not suitable for the absolute beginner. K&R is perfect for
someone who can already program, but does not yet know C.

Richard
Nov 14 '05 #6
TechBookReport wrote:

"Richard Heathfield" <in*****@address.co.uk.invalid> wrote in message
news:40********@news2.power.net.uk...
TechBookReport wrote:
> TechBookReport have just published a review of 'C Programming In Easy
> Steps', if you're a C beginner looking for an intro book (or an ex-C
> developer looking for a quick refresh), ready why this is a book to
> consider.


What advantages does it have over, say, "C Programming: A Modern

Approach",
or "The C Programming Language", or "C: How to Program"? And in what ways
is it /inferior/ to those books?

K&R is more suited to experienced programmers, it's certainly not a book
for the absolute beginner, IMHO.


It's fine for those beginning C, if they already know how to program. Your
review states (IIRC) that the book you mention doesn't bother with all the
preamble about how to program, but gets straight into C syntax. So it seems
that the two books address the same audience - those who already know how
to program but don't know C.

So - why should people buy this book rather than K&R?

--
Richard Heathfield : bi****@eton.powernet.co.uk
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc: http://users.powernet.co.uk/eton
Nov 14 '05 #7
"Richard Heathfield" <in*****@address.co.uk.invalid> wrote in message
news:40******@news2.power.net.uk...
TechBookReport wrote:
"Richard Heathfield" <in*****@address.co.uk.invalid> wrote in message
news:40********@news2.power.net.uk...
TechBookReport wrote:

> TechBookReport have just published a review of 'C Programming In Easy
> Steps', if you're a C beginner looking for an intro book (or an ex-C
> developer looking for a quick refresh), ready why this is a book to
> consider.

What advantages does it have over, say, "C Programming: A Modern
Approach", or "The C Programming Language", or "C: How to Program"?
And in what ways is it /inferior/ to those books?

K&R is more suited to experienced programmers, it's certainly not a book
for the absolute beginner, IMHO.


It's fine for those beginning C, if they already know how to program. Your
review states (IIRC) that the book you mention doesn't bother with all the
preamble about how to program, but gets straight into C syntax. So it
seems that the two books address the same audience - those who already
know how to program but don't know C.

So - why should people buy this book rather than K&R?


It may not be possible for a single book reviewer to answer that. No book
will cater for _all_ learning styles. K&R2 was/is well written from my
perspective, but I've known plenty of fellow students who found it a rather
'dry' read, far too concise, and hence not conducive to their needs.

Millage can and does vary amongst individuals.

Note that there is another review of this book at ACCU...

http://www.accu.org/bookreviews/publ.../c/c003350.htm

....which points out that it specifically targets Windows and Linux users.
Although it claims ANSI C conformance, it seems to have some serious issues
in that regard. The closing paragraph is perhaps significant.

--
Peter
Nov 14 '05 #8

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

Similar topics

2
1475
by: Marco | last post by:
Could someone please recommend a good introductory book to Visual Basic written for programmers who have had little or no exposure to Windows? I am a C++ programmer and have only worked on...
12
2206
by: Raque | last post by:
Hello. I'm looking for a good C++ reference book. I learned C++ a year ago. It is very broad and I need something to refer to. Particularly about syntax (using -> versus ".", etc.), using...
3
2021
by: Guy Middleton | last post by:
A friend want to learn C, and is already an experienced programmer -- she knows VB and Java, and some application-specific HLLs (e.g. ToolBook). Could somebody recommend an intro C text I could...
13
2700
by: Gabriel Reid | last post by:
Greetings, I'm looking for any books that the members of this group may have to recommend for C#. I have experience with a number of programming languages (probably most relevant would have to...
7
1707
by: boostngti via DotNetMonster.com | last post by:
I have 4 years of programing exp. with Coldfusion, and I am begining to learn ASP.NET C# and was wondering if some people could suggest some good books. I went to Barnes & Noble the other day...
4
1470
by: Bob | last post by:
I know this is a tall order, but I'm looking for a book that talks about the implications of alternative approaches to languages than we typically see, such as allowing multiple inheritance......
7
3281
by: noid droid | last post by:
Greetings. I received 4 VB .NET books and looking through the indices and tables of contents, I see that none of them addresses multithreading in VB ..NET. I just bought a bunch of books because...
6
1352
by: bambooforest | last post by:
Hi all, I'm from a Linguistics background and am new(er) to programming. Could someone recommend a book or resource that teaches programming aspects with Python? Python I hear is a very...
6
2229
by: WJRutledge | last post by:
Just like the subject says, I'm interested in taking up PHP and would like to know if anyone knows of any books that are a must have. I know there are tons of books out there on every language, but...
0
7048
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
6956
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...
0
5342
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,...
1
4783
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...
0
4485
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...
0
2986
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1300
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 ...
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
183
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...

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.