Starting C++ (15)

1 Name: #!/usr/bin/anonymous : 2008-04-01 23:52 ID:taovxuMi

So, I'm gonna buy the following books to start learning C++

C++ Without Fear: A Beginner's Guide That Makes You Feel Smart
by Brian Overland

The Annotated C++ Reference Manual by Margaret E. Ellis and Bjarne Stroustroup

but I hear that The Annotated C++ Reference Manual may be outdated so I might buy the following as well:

C++ All-in-One Reference for Dummies

2 Name: #!/usr/bin/anonymous : 2008-04-02 03:02 ID:Heaven

Thanks for sharing.

3 Name: #!/usr/bin/anonymous : 2008-04-02 11:34 ID:Heaven

>>1

> The Annotated C++ Reference Manual

good book, the other two are awful.

4 Name: dmpk2k!hinhT6kz2E : 2008-04-02 20:16 ID:Heaven

I found Accelerated C++ to be a good book. Fairly short and to the point.

5 Name: anonymous : 2008-04-04 00:19 ID:MyFjrW/V

im going to look at those books and i hope they work out good

6 Name: #!/usr/bin/anonymous : 2008-04-04 15:52 ID:ki/epApm

My school used Starting out with C++ by Gaddis, and I found it to be easy to understand and good at explaining. It's also quite thick since it covers a lot of topics.

7 Name: #!/usr/bin/anonymous : 2008-04-07 03:42 ID:LWjzeT/D

It's almost impossible to find but I doubt there is a better book for starters than Dave Mark's Learn C++. That is how I learned it some 8 years ago.

8 Name: #!/usr/bin/anonymous : 2008-04-07 03:44 ID:LWjzeT/D

I found it. Go to amazon and search for Learn C++ on the PC: All You Need to Start Programming in C++.

It's outdated (1994) and it's ridiculously cheap (under $1) but the basics didn't really change that much and you're after the basics right now anyway.

9 Name: #!/usr/bin/anonymous : 2008-04-11 10:04 ID:HYM/mrjD

You definitely need The C++ Programming Language from the creator himself. You just don't get a more accurate source of information on the language.

10 Name: #!/usr/bin/anonymous : 2008-04-11 11:15 ID:Heaven

>>9 until the next C++ revision comes out...

11 Name: #!/usr/bin/anonymous : 2008-04-11 11:47 ID:Heaven

>>10
You mean standard.

12 Name: #!/usr/bin/anonymous : 2008-04-11 20:26 ID:Heaven

>>11 potato, potato.

13 Name: #!/usr/bin/anonymous : 2008-04-13 14:06 ID:Heaven

Revision of a standard.

14 Name: #!/usr/bin/anonymous : 2008-04-15 16:04 ID:Heaven

>>13
No, new standard.

15 Name: #!/usr/bin/anonymous : 2008-04-16 17:22 ID:SDzEevER

>>9

I think that Stroustrup's work will only scare >>1 away from C++. It's unnecessarily complex for a beginner... Sort of a Manifesto that is. Don't get me wrong, it is the ultimate piece of work and a must read for anyone that is serious about C++, but still not suitable for a beginner.

>>1

Steer away from Deitel books. Although they are widely accepted by the Academia, they are immensely boring, badly formatted, endless code dumps. I've had to learn three programming languages from those (C++, C#, Java)...

This thread has been closed. You cannot post in this thread any longer.