473,387 Members | 1,834 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.

Some C/C++ books

Hi All,

Is there a book on C/C++ by dietel and deitel?
Is there a book on C/C++ by herbert schildt?
Is there a book on C/C++ by Don Libes?

someone said he saw a gem in one book and gave me these
three names as one. I could not find the books, so I ask.

Where can I find any of these as ebooks?

Thanks++,

--

,--. Bernard Klein, Berlin, Germany ,= ,-_-. =.
/ ,- ) ((_/)o o(\_))
\ `-' `-'(. .)`-'
`-. \_/

Jul 22 '05 #1
11 1858

"Bernard" <ob**********@elsewhere.net> wrote in message
Is there a book on C/C++ by dietel and deitel? Yes Is there a book on C/C++ by herbert schildt? Yes, but it has a bad reputation on this ng Is there a book on C/C++ by Don Libes? I don't know. Quite probably.
Where can I find any of these as ebooks?

The problem is that these books are in copyright and still generating
revenue for their authors. So you will have to open your treasure chest and
pay the $30 or whatever that is demanded.
Jul 22 '05 #2
Bernard wrote:
Hi All,

Is there a book on C/C++ by dietel and deitel?
Several. These are OK books. Note that they have the same last name,
with the same spelling. If you want to search, you'd better use the
right one. I think it's "Deitel".
Is there a book on C/C++ by herbert schildt?
Several. They are full of errors and misunderstandings. Avoid them at
all costs.
Is there a book on C/C++ by Don Libes?
Don't think I've heard of him.

someone said he saw a gem in one book and gave me these
three names as one.
Huh? He saw a gem? I wouldn't buy a programming book based on the
possibility of finding precious stones inside...
I could not find the books, so I ask.
They're hard to miss.

Where can I find any of these as ebooks?


Don't know. You might try checking the publishers' and authors' websites
to see if they were released as ebooks.

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.
Jul 22 '05 #3
Malcolm wrote:
"Bernard" <ob**********@elsewhere.net> wrote in message
Is there a book on C/C++ by dietel and deitel? Is there a book on C/C++ by herbert schildt?


Yes, but it has a bad reputation on this ng

^^^^ s/this/comp.lang.c
Which seems understandable to me.

For example see:
http://www.lysator.liu.se/c/schildt.html
This is a review of The Annotated ANSI C Standard, annotated by
Herbert Schildt.

Best regards,
Robert Bachmann
--
Ro*************@rbdev.net |) |)
http://rb.rbdev.net |\.|).
Jul 22 '05 #4
"Bernard" <ob**********@elsewhere.net> wrote in message
news:d5*************@ID-300098.news.uni-berlin.de...
Hi All,

Is there a book on C/C++ by dietel and deitel?
Is there a book on C/C++ by herbert schildt?
Is there a book on C/C++ by Don Libes?

someone said he saw a gem in one book and gave me these
three names as one. I could not find the books, so I ask.

Where can I find any of these as ebooks?

First you must decide C or C++? Because they are quite different (i suggest
C++). Then check http://www.accu.org at the book reviews section.


Ioannis Vranos

Jul 22 '05 #5
ob**********@elsewhere.net (Bernard) writes:
Is there a book on C/C++ by dietel and deitel?
Is there a book on C/C++ by herbert schildt?
Is there a book on C/C++ by Don Libes?

someone said he saw a gem in one book and gave me these
three names as one. I could not find the books, so I ask.


If you see a book that claims to cover C/C++, run away. There is no
such language. C and C++ are two distinct languages. It's true that
C++ is nearly a superset of C, but well-written C code and
well-written C++ code are very different.

If you see a book by Herbert Schildt, run away even faster. He is by
all accounts an engaging writer, but many of his books are filled with
dangerous misinformation. See, for example,
<http://www.lysator.liu.se/c/schildt.html>.

See also section 18 and the bibliography of the C FAQ at
<http://www.eskimo.com/~scs/C-faq/top.html>.

If you want advice on C++ books, try posting only to comp.lang.c++,
not to comp.lang.c. But first, check the comp.lang.c++ FAQ, which is
likely to provide some good advice. (I haven't checked it myself
lately.)

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
Schroedinger does Shakespeare: "To be *and* not to be"
Jul 22 '05 #6
ob**********@elsewhere.net (Bernard) wrote in message news:<d5*************@ID-300098.news.uni-berlin.de>...
Hi All,

Is there a book on C/C++ by dietel and deitel?
Yes. "C++ How to Program", if memory serves. I'm pretty sure I
haven't read it, but based on previous D&D books, I'd guess it's
fairly reasonable (but not likely a lot better than that).
Is there a book on C/C++ by herbert schildt?
Sort of. Herbie the bug lover has written quite a number of books
with "C" and/or "C++" in the title, but his teaching programming is
like a dog teaching how to paint a sunset.
Is there a book on C/C++ by Don Libes?
He wrote "Obfuscated C and other Mysteries". IMO, it's a good book,
but it's not even vaguely similar to a tutorial on the language.
someone said he saw a gem in one book and gave me these
three names as one. I could not find the books, so I ask.
If I had to pick a gem from these three, it would just about have to
be _Obfuscated C and Other Mysteries_. D&D's stuff is mostly mediocre
to fair, and Herbert Schildt's fall in the bad to really awful range.
Where can I find any of these as ebooks?


See www.mindview.net. It's NOT any of the above, but it's about the
only place to (legally) download books on programming that are
actually worth the trouble.
Later,
Jerry.

--
The universe is a figment of its own imagination.
Jul 22 '05 #7
[note: I'm posting from comp.lang.c++.]

In article <d5*************@ID-300098.news.uni-berlin.de>,
Bernard <ob**********@elsewhere.net> wrote:

Is there a book on C/C++ by dietel and deitel?


They have a book on C++ that I don't like. It presents a very
old-fashioned view of C++ that simply tacks the modern C++ standard
library stuff on at the end as an afterthought, when it really should be
taught from the beginning.

I think they have a separate book on C.

I'm pretty sure they don't have a book on "C/C++" because there is no such
language.

--
Jon Bell <jt*******@presby.edu> Presbyterian College
Dept. of Physics and Computer Science Clinton, South Carolina USA
Jul 22 '05 #8
ob**********@elsewhere.net (Bernard) wrote in message news:<d5*************@ID-300098.news.uni-berlin.de>...
Hi All,

Is there a book on C/C++ by dietel and deitel? This book is basically for beginners.
Is there a book on C/C++ by herbert schildt? Of course there is! But Herbert Schildt writes only to make a fast buck, and
so the treatment of the topics is sketchy, code examples are trivial and so
forth. Is there a book on C/C++ by Don Libes? Never heard of this one!
someone said he saw a gem in one book and gave me these
three names as one. I could not find the books, so I ask. Real gems are found in books by likes of authors as Stanley Lippman.
Where can I find any of these as ebooks?

Thanks++,

Jul 22 '05 #9
Bernard wrote:
Hi All,

Is there a book on C/C++ by dietel and deitel? Yes there is, it's called "C++ How to program". I've even compared it to the
"C++ programming language" by Bjarne.. I would say it's far more readible
and usable for the public, considering of course that the "C++ programming
language" is a great book but only for PROs.. Is there a book on C/C++ by herbert schildt?
Is there a book on C/C++ by Don Libes?

someone said he saw a gem in one book and gave me these
three names as one. I could not find the books, so I ask.

Where can I find any of these as ebooks? Don't know that one.
Thanks++,


Jul 22 '05 #10
"Ahmed S. Badran" <ah**********@spymac.com> wrote
Bernard wrote:
Is there a book on C/C++ by dietel and deitel?
Yes there is, it's called "C++ How to program". I've
even compared it to the "C++ programming language"
by Bjarne..
Great scott! That's like comparing Archie comics to Wuthering Heights.
I would say it's far more readible and usable for the public,
If you mean by that that it's dummied down, I agree.
considering of course that the "C++ programming
language" is a great book but only for PROs..


Stroustrup's book is perfectly readable by anyone with a modicum of programming
experience. It's a book that describes the language, not programming. The
Deitel^2 book is an introduction to programming that just incidentally uses
C++, and not very well at that.

Compared to "The C++ Programming Language"! The things you have to read in this
newsgroup.

Claudio Puviani
Jul 22 '05 #11
In <d5*************@ID-300098.news.uni-berlin.de> ob**********@elsewhere.net (Bernard) writes:

<snip>
--

,--. Bernard Klein, Berlin, Germany ,= ,-_-. =.
/ ,- ) ((_/)o o(\_))
\ `-' `-'(. .)`-'
`-. \_/


Is this some kind of German conspiracy?

Dan
--
Dan Pop
DESY Zeuthen, RZ group
Email: Da*****@ifh.de
Jul 22 '05 #12

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

Similar topics

1
by: Az Tech | last post by:
Hi people, (Sorry for the somewhat long post). I request some of the people on this group who have good experience using object-orientation in the field, to please give some good ideas for...
53
by: Cardman | last post by:
Greetings, I am trying to solve a problem that has been inflicting my self created Order Forms for a long time, where the problem is that as I cannot reproduce this error myself, then it is...
10
by: Bernard | last post by:
Hi All, Is there a book on C/C++ by dietel and deitel? Is there a book on C/C++ by herbert schildt? Is there a book on C/C++ by Don Libes? someone said he saw a gem in one book and gave me...
3
by: MSDN | last post by:
I'm looking for some good books to increase our knowledge in ASP.NET We have several books here already: ASP.NET unleashed, XML for ASP.NET Developers, ASP.NET (Wrox), and ADO.NET development. ...
3
by: Jeff Kish | last post by:
Hi. I'm getting errors like this when I try to run an upgrade script I'm trying to write/test: altering labels to length 60 Server: Msg 5074, Level 16, State 4, Line 5 The object...
5
by: Y2J | last post by:
I am working through this book on C++ programming, the author is speaking of using linked lists. He gave and example which I found confusing to say the least. So I rewrote the example in a way that...
3
by: mcaglar | last post by:
Hello, I am using SQL Server 2000 with SP4. I have a database with two full backups at 4:00 PM and 5:00 PM and a transactional log backup at 5:30 PM. Is there a possible way to do a point in...
17
by: Hypnotik | last post by:
Hello everyone. I'm working on a program which uses a class (Shelf) and a struct (Book). In the main program we declare an array (Library) which is of type shelf. The program takes in various info...
6
by: Solo.Wolve | last post by:
I've just finished the K&R c, And begin to study c++ myself,so can anyone give me some advice?such as some books to read,and something to notice? Thank you very much.
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
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.