473,698 Members | 2,571 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Book review

Hello all,

Im some way in C and i have to start on C++ to. I want your opinions on
Teach yourself C++ in 21 days by Jessi Liberty. Can I go with it as my
first book are are there better ones?

Thanks to all.

--
Email: The handle, (dot seperated), at gmail dot com.
Mar 14 '07
14 2363
On 14 Mar, 16:11, "mlimber" <mlim...@gmail. comwrote:
On Mar 14, 7:05 am, "josh" <xdevel2...@yah oo.comwrote:
If you want to learn C++ with a very good book try:
C++ How To Program 5th ed. by Deitel&Deitel
it's very well-written!

I haven't seen the 5th edition, but the 3rd was given a negative
review at ACCU:

http://accu.org/index.php/book_revie...iew=cp003204&t...

I, too, would recommend to you _Accelerated C++_ by Koenig and Moo.

Cheers! --M
on accu.org also the good C++ THe Complete Reference has a bad
review ...
but I found that in a review is said >>>
"I found "C++ Primer" well written and easy to understand"
and the in another Lippman,s book there is not a good review...
so I can say:
first start with a simple well-written C++ book
second continue with a more complex book
third read, modify and write a lot of code........... ...........

Mar 16 '07 #11
On 14 Mar, 17:33, "blangela" <Bob_Langel...@ telus.netwrote:
On Mar 14, 8:11 am, "mlimber" <mlim...@gmail. comwrote:
On Mar 14, 7:05 am, "josh" <xdevel2...@yah oo.comwrote:
If you want to learn C++ with a very good book try:
C++ How To Program 5th ed. by Deitel&Deitel
it's very well-written!
I haven't seen the 5th edition, but the 3rd was given a negative
review at ACCU:
http://accu.org/index.php/book_revie...iew=cp003204&t...
I, too, would recommend to you _Accelerated C++_ by Koenig and Moo.
Cheers! --M

My experience tells me that the part of the answwer as to which book
to use is dependant on the application you intend to use C++ for, or
the company that requires to learn C++. I have heard of interviews
where a significant portion of the questions deal with pointers and C-
style strings (companies like EA and Microsoft). Some people would
describe these companies as "C with classes" developers, but if that
is what the potential employer wants, and you want to work for them,
you have little choice! If you are going for such an iterview, the "C+
+ How To Program" text will serve you better than the "Accelerate d C+
+" text.

I use both texts for my C++ course, because they both have their
strengths. The "C++ How To Program" is the required text while the
"Accelerate d C++" text is optional (I assign optional readings and
optional exercises from the text). When I can obtain/create suitable
slides for the Accelerated C++ text, I will likely switch to the other
way around.

Cheers,

Bob L.
I want to add the following fact:

on accu.org there is a review of a Ditel's book that is "Highly
Recommended":
The Complete C++ Training Course and it contains C++ How To Program
and then there is another review of the same book as alone that is not
recomended
may be different authors think different things...
I don't want to think that the same author say two different thing on
the same book!

If you go on amazon you also will find many customers reviews...many
good few bad...

Bye
Mar 16 '07 #12
josh wrote:
[..]
If you go on amazon you also will find many customers reviews...many
good few bad...
For reviews on C++ books I'd always prever ACCU.org over Amazon. I
would not be surprised if Amazon screens the reviews and controls how
many bad ones are published for any particular book they are selling.
Not doing that could be bad for business (books with lots of negative
reviews would simply not sell). Conclusion: if you need to know how
good/bad a C++ book is, ask C++ professionals, in a neutral setting.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Mar 16 '07 #13
"Victor Bazarov" wrote:
For reviews on C++ books I'd always prever ACCU.org over Amazon. I
would not be surprised if Amazon screens the reviews and controls how
many bad ones are published for any particular book they are selling.
Not doing that could be bad for business (books with lots of negative
reviews would simply not sell). Conclusion: if you need to know how
good/bad a C++ book is, ask C++ professionals, in a neutral setting.
Do you really think Amazon cares *which* books they sell? They are in the
business of selling books, not particular books. Their could, barely
conceivably, be exceptions if it is a book on Amazon or on Jeff Bezos or his
friends and relatives.

If I were to learn to speak the Japanese language, I would much rather get a
recommendation from someone who is learning, or recently learned Japanese,
than someone who speaks it fluently. The idea is to get the hang of it, you
can learn the subtle nuances later, *if* you survive the initial shock.

The ACCU gives bad reviews to some of my favorite books. I consider that
tidbit more useful than idle speculation that Amazon stacks the deck.
Mar 16 '07 #14
osmium wrote:
[..]
The ACCU gives bad reviews to some of my favorite books. I consider
that tidbit more useful than idle speculation that Amazon stacks the
deck.
That reflects more on you than on ACCU, IMO. And the idleness of my
speculation is only IYO, as well. I don't mean any offence.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Mar 16 '07 #15

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

Similar topics

0
1990
by: Google Mike | last post by:
You readers in comp.lang.php may use PostgreSQL, so you might find this review useful... ISBN 0-7357-1257-3 "PostgreSQL", Copyright 2003 by Sams Publishing. Authors: Korry Douglas, Susan Douglas. Subtitle: "A comprehensive guide to building, programming, and administering PostgreSQL databases". I am not completely happy with the book. It's a thick book, but much of the bulk is for examples relating to using various languages to
24
3071
by: Kari Laitinen | last post by:
I have written a computer programming book that uses C++. The book is for beginners in the field of computer programming, but it might give useful ideas also for more experienced programmers. Computer programs are presented in a very easy-to-read way in my book. To find out what that exactly means, please read the pages at http://www.naturalprogramming.com/cppbook.html There you can find free sample pages for printing and other
7
1878
by: TechBookReport | last post by:
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
21
2431
by: Kiran | last post by:
Hi, As I am preparing for Microsoft Certification, Can some one Suggest me one good book for C# Thanks Kiran
1
326
by: Jesse Liberty | last post by:
jliberty@LibertyAssociates.com] I'm looking for a few additional volunteers to help with preliminary review of a new book I'm writing on Visual Basic 2005. You will be asked to read about 25 chapters (each 25-35 pages) and to respond to them within a few days of their posting (that is a very demanding requirement). I'm looking for feedback on issues such as "does this make sense" and "does this cover the topic" rahter than punctuation...
1
1590
by: backupmeister | last post by:
My name is W. Curtis Preston, and I'm the author of "Backup & Recovery" (formerly "Unix Backup & Recovery") from O'Reilly & Associates. (http://www.oreilly.com/catalog/unixbr/ ) We're updating the book for 2006 and adding a chapter on SQL Server backup and recovery. Someone has already written what appears to be a strong chapter. The problem is that I'm not qualified to review it, since I'm not that familiar with SQL Server Can...
6
1638
by: backupmeister | last post by:
My name is W. Curtis Preston, and I'm the author of "Backup & Recovery" (formerly "Unix Backup & Recovery") from O'Reilly & Associates. ( http://www.oreilly.com/catalog/unixbr/ ) We're updating the book for 2006 and adding a chapter on DB2 backup and recovery, and two IBM folks have written what appears to be a strong chapter. The problem is that I'm not qualified to review it, since I'm not that familiar with DB2. Can anyone in...
1
1409
by: Tony Lawrence | last post by:
Probably a lot of you here are already old hands at Ajax, but I haven't started doing this yet. Part of the reason was that I really didn't understand where Ajax would be useful to my own site, and also that my experiences with early Javascript put me off on that a bit. "Understanding Ajax" by Joshua Eichorn helped me with both of those impediments. Complete review at http://aplawrence.com/Books/understanding_ajax.html --
76
4053
by: lorlarz | last post by:
Crockford's JavaScript, The Good Parts (a book review). This shall perhaps be the world's shortest book review (for one of the world's shortests books). I like Douglas Crockford (because I am a crabby old man too; plus he _is_ smart and good).. But, how can he write a book on the good parts of JavaScript and not mention functions that address CSS & DOM? Weird. It's like
0
8610
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
9170
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9031
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
8902
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
8873
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
7740
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
5862
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
3052
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
2
2339
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.