473,657 Members | 2,409 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Book advice:Deitel & Deitel

What do you think about the following book:
"C How to Program", 4th edition,
ISBN: 0131426443

I'm a novice.

Thanks in advance.
Nov 15 '05 #1
14 3509
__frank__ wrote:
What do you think about the following book:


http://accu.org has lots of book reviews, pick a good one.

Uli

Nov 15 '05 #2
I have that book and for me is a good book, I specially like that has
many excercises which seems to be something that most books lack. I
found the explanations to be clear but it doesn't seem to be exhaustive
for some specific-programming topics (I would like more information on
recursion, for example) but it covers the C language very well.

But I have also found that there is no perfect-book for everyone. I
know of people that don't like the book at all. I also bought other
high-praised book that I found very unspiring (like C Primer)

So the best advice is to get to a bookstore and take to time to check
all books that you are considering! It's really the only way to get the
book YOU want.

Nov 15 '05 #3
Actually book is not important, only practice is.

Ό Algorithms in C, Parts 1-5 (Bundle): Fundamentals, Data Structures,
Sorting, Searching, and Graph Algorithms (3rd Edition)

Ό The Art of Computer Programming, Volumes 1-3 Boxed Set (Hardcover)

Ό Programming in C (3rd Edition) (Developer's Library) (Paperback)

--
http://www.anjuta.org/
http://www.amazon.com/
http://alexandria.rubyforge.org/
http://cipherfunk.org/garnome/
http://www.debian.org/
http://www.linuxfromscratch.org/

Nov 15 '05 #4

"c_learner" <ll****@gmail.c om> wrote
? Algorithms in C, Parts 1-5 (Bundle): Fundamentals, Data Structures,
Sorting, Searching, and Graph Algorithms (3rd Edition)

? The Art of Computer Programming, Volumes 1-3 Boxed Set (Hardcover)

? Programming in C (3rd Edition) (Developer's Library) (Paperback)

Those are fine books, but the first two are way too advanced for a beginner
(I am not familar with Programming in C).

Deitel and Deitel is fine. Generally, however, the shortest books tend to be
the best primers. A short book also has the advantage that it is easier to
carry about if you are a student in a typical college.
Nov 15 '05 #5
c_learner <ll****@gmail.c om> wrote:
Actually book is not important, only practice is.


Not strictly true; it is, at the least, important to choose a book
with which Schildt was not involved.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cybers pace.org | don't, I need to know. Flames welcome.
Nov 15 '05 #6
Christopher Benson-Manica ha scritto:
Not strictly true; it is, at the least, important to choose a book
with which Schildt was not involved.


Here in Italy, Schildt is suggested by a lot of teacher.
Someone told me that negative reviews was made by his haters...

Nov 15 '05 #7
__frank__ wrote:
Christopher Benson-Manica ha scritto:
Not strictly true; it is, at the least, important to choose a book
with which Schildt was not involved.

Here in Italy, Schildt is suggested by a lot of teacher.
Someone told me that negative reviews was made by his haters...


One must ask why so many of us hate what Shildt writes. Precious few of
us have any relationship with the man; we have nothing to gain from his
downfall. His writing has haters because it is crap: it suggests
things which are not legal C; he suggests things which are tied to
particularly implementations ; he presents his errors and
implementation-specific answers as "standard" C; he refuses to correct
his errors. To the extent that anyone "hates" the man himself, it is
because of his refusal to acknowledge or correct his errors. The
"someone" who told you "that negative reviews [were] made by his haters"
has things backwards. The negative reviews are the result of his
errors; any "haters" are the result of his unrepentant propagation of
those errors.
Nov 15 '05 #8
On Sat, 15 Oct 2005 18:47:24 +0000, __frank__ wrote:
What do you think about the following book:
"C How to Program", 4th edition,
ISBN: 0131426443


I have this book. It's pretty good but it has a student (almost "for
Dummies") kind of flavor to it.

Personally I think I'm a stong technical reader so I much prefer concise
and exacting text. Therefore I would have to choose the C bible:

Kernighan & Ritchie _The C Programming Language_ (second edition)

Mike

Nov 15 '05 #9
I'm a novice myself, and I've found Stephen Prata's "C Primer Plus"
(5th Edition, Sam's) very helpful.

Nov 15 '05 #10

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

Similar topics

0
1462
by: Joe Peach | last post by:
Thanks, Not trying to be a spammer (this is the only group I will do this with), but I thought if anyone was interested, it would be this group! Thanks, Joe http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3617539231&category=1251&
7
5263
by: tada991 | last post by:
Hello Everyone, I just purchased Visual Studio .Net Architect 2003 and want to know what's a good book for begginers to start with. I know nothing about programming whatsoever, but I do have a desire to learn- as obvious with this purchase. So please let me know where I can start and thanks. Also, what newsgroup should I post my queries to?
13
2152
by: George | last post by:
I hate to bug you old timers and pros that use C++. So if you will spare me a small moment then I be out of your hair. I am taking a C++ class and got this CD with the book. You would think the college class would use the same software in the classroom as that provided on the CD. Not so. Anyway, I got MS C++ 6.0. If you want to read the final problem, skip to step 18. 1-17 leads up to how I get there however. Here is the steps...
5
1570
by: Gordon | last post by:
Hi all, I've been told that Stroustrup's C++ book is a must read, but is subtle and advanced enough that much would be lost to me if I didn't know much of the language ahead of time. I'm already proficient at C, and know enough about C++ to use it as "C with classes". The thought of having to read about the language conditionals and looping
11
3264
by: Robert Schuldenfrei | last post by:
I am an older person trying to learn C# just for the fun of it. I am a veteran of older style languages (COBOL, FORTRAN, etc.) and I want to learn an Object Orientated language. Currently working my way through Murach's C# by Joel Murach and Doug Lowe. Since I am not taking a course, I have no one to whom I can address questions. That is why I am turning to this newsgroup. Is this the best NG for a newbie like me? Are there people out...
3
1459
by: Robert Schuldenfrei | last post by:
Hi NG, I needed some information about using SQL Timestamps for resolving concurrency errors. I bought the book: Pragmatic ADO.NET to aid me in this endeavor. Some people have asked me if I found a book. This posting is just to thank the people who responded. There is no need to respond further to this posting. Cheers,
0
970
by: =?Utf-8?B?Rmxhc2hNZXJsb3Q=?= | last post by:
We use .NET but we do NOT have Exchange. Ok, we have this enterprise application. The app currently sends emails from 15 different places in the code with no feedback, no monitoring, just push the email and "PRAY" it's delivered. Jeeze! OK, now it's time we convert to a centralized email sending mechanism. Our 15 "send-email" code chunks could post a record into a SQL server database table. Then, a daemon or windows service or something,...
3
1754
by: mapster | last post by:
Greetings All, just started out leaning relational DB and access a few weeks ago, and seems that i need some pointers as i can not find any obvious answers (obvious to me). If any one can answer any of the following questions i would be exceedingly happy. =) Background: i am designing a TV episode database, basically as a learning exercise.. I have on the main form 7 sub forms as part of an overview/edit mode style. So i can have all...
2
2693
by: Gio | last post by:
I'm getting K&R (it's on the way), should I also get the Answer Book? And while I'm there, should I get the Puzzle Book? Or should I save the Puzzle Book for when I'm more advanced? - Gio -- AND NOW FOR A WORD (an IF blog):
0
8395
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
8310
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
8732
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
8503
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
8605
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
7330
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...
1
6166
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
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();...
2
1615
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.