Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Good Books To learn C++

Reply
Thread Tools

Good Books To learn C++

 
 
psr
Guest
Posts: n/a
 
      02-21-2013
I am just beggining to learn C++. Which are the good books to learn C++? I
want the list from basic to advanced.
Thanks


 
Reply With Quote
 
 
 
 
jeti789@web.de
Guest
Posts: n/a
 
      02-22-2013
Am Donnerstag, 21. Februar 2013 20:00:48 UTC+1 schrieb psr:
> I am just beggining to learn C++. Which are the good books to learn C++? I
>
> want the list from basic to advanced.
>
> Thanks


I was just surfing the Internet for the same purpose and found very good reviews on Amazon for this book:

A Complete Guide to Programming in C++
Ulla Kirch-Prinz (Author), Peter Prinz (Author)

Maybe you pick another book for plain beginners as well and take the one above to get further into the language.

-- Oliver
 
Reply With Quote
 
 
 
 
SG
Guest
Posts: n/a
 
      02-22-2013
On Feb 22, 10:18*am, jeti...@web.de wrote:
> Am Donnerstag, 21. Februar 2013 20:00:48 UTC+1 schrieb psr:
>
> > I am just beggining to learn C++. Which are the good books to learn C++? I
> > want the list from basic to advanced.
> > Thanks


Check out
http://stackoverflow.com/questions/3...guide-and-list

> I was just surfing the Internet for the same purpose and found very
> good reviews on Amazon for this book:
> A Complete Guide to Programming in C++
> Ulla Kirch-Prinz (Author), Peter Prinz (Author)
> Maybe you pick another book for plain beginners as well and take the
> one above to get further into the language.


Be careful with Amazon user reviews. Beginners are not able to spot
technical deficiencies and bad programming styles found in these kinds
of books. If they feel they learned something and were happy with the
style of writing, they tend to give a books a high rating even if the
book in question is considered bad or even harmful by professionals.
It's a shame that one of the popular and best selling C++ books at
amazon.de is one of those that are not worth the paper they are
printed on.
 
Reply With Quote
 
Rui Maciel
Guest
Posts: n/a
 
      02-22-2013
wrote:

> I was just surfing the Internet for the same purpose and found very good
> reviews on Amazon for this book:
>
> A Complete Guide to Programming in C++
> Ulla Kirch-Prinz (Author), Peter Prinz (Author)
>
> Maybe you pick another book for plain beginners as well and take the one
> above to get further into the language.


It appears that book has been published over a decade ago. The language has
changed a bit since those days. Additionally, that book is a bit obscure,
and in spite of having been published over a decade ago this has been the
first time I ever heard of it. Are you sure the book is any good?


Rui Maciel
 
Reply With Quote
 
Pinnerite
Guest
Posts: n/a
 
      02-22-2013
SG wrote:

> On Feb 22, 10:18 am, jeti...@web.de wrote:
>> Am Donnerstag, 21. Februar 2013 20:00:48 UTC+1 schrieb psr:
>>
>> > I am just beggining to learn C++. Which are the good books to learn
>> > C++? I want the list from basic to advanced.


//
//

> It's a shame that one of the popular and best selling C++ books at
> amazon.de is one of those that are not worth the paper they are
> printed on.


Like psr I would like a recommendation of a good book on C++.
Sadly he has received only negative replies.


--
__________________________________________________ _

Mageia 2 for x86_64, Kernel: 3.4.24-desktop-3.mga2
KDE version 4.8.5 Running on an AMD 4-core processor

 
Reply With Quote
 
Jorgen Grahn
Guest
Posts: n/a
 
      02-22-2013
On Thu, 2013-02-21, psr wrote:
> I am just beggining to learn C++. Which are the good books to learn C++? I
> want the list from basic to advanced.


If you're a beginner, you don't want to know about the advanced books.
Forget about those for a while. Meanwhile:

Programming: Principles and Practice Using C++
Bjarne Stroustrup
Addison-Wesley Professional
1 edition (29 December 200

I haven't read it myself (since I'm neither a beginner nor a book
reviewer) but he writes well, knows the language, knows how to use it.

The accu.org reviews are also helpful, if they still exist.

/Jorgen

--
// Jorgen Grahn <grahn@ Oo o. . .
\X/ snipabacken.se> O o .
 
Reply With Quote
 
Pinnerite
Guest
Posts: n/a
 
      02-22-2013
Jorgen Grahn wrote:

> On Thu, 2013-02-21, psr wrote:
>> I am just beggining to learn C++. Which are the good books to learn C++?
>> I want the list from basic to advanced.

>
> If you're a beginner, you don't want to know about the advanced books.
> Forget about those for a while. Meanwhile:
>
> Programming: Principles and Practice Using C++
> Bjarne Stroustrup
> Addison-Wesley Professional
> 1 edition (29 December 200
>
> I haven't read it myself (since I'm neither a beginner nor a book
> reviewer) but he writes well, knows the language, knows how to use it.
>
> The accu.org reviews are also helpful, if they still exist.
>
> /Jorgen
>


I've just downloaded a free pdf of it and given it a run through. It is
beautifully presented. I don't fancy printing all 1200+ pages and I prefer
hard copy anyway but at £40 plus ...

Thanks for the pointer. Regards, Alan

--
__________________________________________________ _

Mageia 2 for x86_64, Kernel: 3.4.24-desktop-3.mga2
KDE version 4.8.5 Running on an AMD 4-core processor

 
Reply With Quote
 
Jorgen Grahn
Guest
Posts: n/a
 
      02-22-2013
On Fri, 2013-02-22, Pinnerite wrote:
> Jorgen Grahn wrote:
>
>> On Thu, 2013-02-21, psr wrote:
>>> I am just beggining to learn C++. Which are the good books to learn C++?
>>> I want the list from basic to advanced.

>>
>> If you're a beginner, you don't want to know about the advanced books.
>> Forget about those for a while. Meanwhile:
>>
>> Programming: Principles and Practice Using C++
>> Bjarne Stroustrup
>> Addison-Wesley Professional
>> 1 edition (29 December 200

....
>
> I've just downloaded a free pdf of it


Free, or pirated?

> and given it a run through. It is
> beautifully presented. I don't fancy printing all 1200+ pages and I prefer
> hard copy anyway but at £40 plus ...


Yeah, programming books are expensive compared to much other literature.
Compare with the price of a decent hard disk instead, or the price of
a commercial C++ compiler.

/Jorgen

--
// Jorgen Grahn <grahn@ Oo o. . .
\X/ snipabacken.se> O o .
 
Reply With Quote
 
Puppet_Sock
Guest
Posts: n/a
 
      02-22-2013
On Feb 22, 11:13*am, Jorgen Grahn <grahn+n...@snipabacken.se> wrote:
> On Fri, 2013-02-22, Pinnerite wrote:
> > Jorgen Grahn wrote:

>
> >> On Thu, 2013-02-21, psr wrote:
> >>> I am just beggining to learn C++. Which are the good books to learn C++?
> >>> I want the list from basic to advanced.

>
> >> If you're a beginner, you don't want to know about the advanced books.
> >> Forget about those for a while. *Meanwhile:

>
> >> Programming: Principles and Practice Using C++
> >> Bjarne Stroustrup
> >> Addison-Wesley Professional
> >> 1 edition (29 December 200

> ...
>
> > I've just downloaded a free pdf of it

>
> Free, or pirated?
>
> > and given it a run through. It is
> > beautifully presented. I don't fancy printing all 1200+ pages and I prefer
> > hard copy anyway but at 40 plus ...

>
> Yeah, programming books are expensive compared to much other literature.
> Compare with the price of a decent hard disk instead, or the price of
> a commercial C++ compiler.


Or the price of one billable hour, which for me is much more
than the price of one good reference text.

To the OP: You can find helpful book reviews here.
http://accu.org/
 
Reply With Quote
 
Pinnerite
Guest
Posts: n/a
 
      02-22-2013
Jorgen Grahn wrote:

> On Fri, 2013-02-22, Pinnerite wrote:
>> Jorgen Grahn wrote:
>>
>>> On Thu, 2013-02-21, psr wrote:
>>>> I am just beggining to learn C++. Which are the good books to learn
>>>> C++? I want the list from basic to advanced.
>>>
>>> If you're a beginner, you don't want to know about the advanced books.
>>> Forget about those for a while. Meanwhile:
>>>
>>> Programming: Principles and Practice Using C++
>>> Bjarne Stroustrup
>>> Addison-Wesley Professional
>>> 1 edition (29 December 200

> ...
>>
>> I've just downloaded a free pdf of it

>
> Free, or pirated?


I think it was from here:

http://www.4shared.com/document/DsEm...es_and_Pra.htm

but I founds this first:

http://www.plentyofebooks.net/2012/1...-practice.html

and it seemed legit. No one in their right mind is going to print 1200 plus
pages in full colour anyway. I only wanted check if it seemed worth spending
£40 quid given that mine is not a long term career interest and having now
seen it, I think that it is. I always try to 'try before I buy'.
However 'progress' is causing huge numbers of bookshop closures so what is
the alternative?

>
>> and given it a run through. It is
>> beautifully presented. I don't fancy printing all 1200+ pages and I
>> prefer hard copy anyway but at £40 plus ...

>
> Yeah, programming books are expensive compared to much other literature.
> Compare with the price of a decent hard disk instead, or the price of
> a commercial C++ compiler.
>
> /Jorgen
>


Alan
--
__________________________________________________ _

Mageia 2 for x86_64, Kernel: 3.4.24-desktop-3.mga2
KDE version 4.8.5 Running on an AMD 4-core processor

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can anyone recommend some good books to learn Java programming with? Zer0 Voltage Java 5 06-27-2011 04:59 PM
Good Books to learn low-level C Ramzy Darwish C Programming 22 04-09-2005 06:00 PM
Books, books, books: best reference texts for Verilog and VHDL HDL Book Seller VHDL 0 12-01-2004 02:26 AM
Books, Books, Books... C++ 3 09-19-2004 10:11 PM
newbie question: should I learn TKinter or skip it and learn more advanced toolkit? Porky Pig Jr Python 3 05-12-2004 08:58 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57