Where to start to learn C++ language?

Pages: 12
Dec 1, 2010 at 7:08pm
computerquip wrote:

You claimed it was your opinion and then claimed that your opinion was "right". That's pretty ridiculous if not ironic.



I'm saying is a good book.
and
the initially is not bad.

and I still agree with
Dec 1, 2010 at 7:15pm
closed account (z05DSL3A)
I think something is getting lost in translation.
Dec 1, 2010 at 7:21pm
Grey Wolf wrote:

I think something is getting lost in translation.

I do not understand what you say?
Dec 1, 2010 at 7:47pm
Intention --Translation--> Result

Intention != Result
Dec 1, 2010 at 7:59pm
intention and the result is the same.
Dec 1, 2010 at 8:17pm
closed account (z05DSL3A)
Getting lost in translation basically means that what you intend to say is not the same as people interpret it.

For example in the post;

http://www.cplusplus.com/forum/beginner/32342/#msg174672

when I read "I think for a start it is not a good book." I understood that to mean that you do not thing that Programming Principles and Practices using C++ is a good book. I now don't think that that is what you meant.
Dec 1, 2010 at 8:35pm
ok.
maybe you are right.

Last edited on Dec 1, 2010 at 8:35pm
Dec 1, 2010 at 9:20pm
I'm learning from the C++ A Beginner’s Guide by Herbert Schildt, using Visual C++ 2010 express.
The guide is free and sponsored by VC++ , and so is vc++ :D

The guide contains 541 pages , explaining the very base of programming(only goes over code , no Interface stuffs)
At the moment I'm at page 350 and already at a level in which I can be of support to other starters ^^

The program has a auto compile(debug) function and tells if you made a coding mistake, aside from that it also helps at building programs with forms etc(but haven't got that much experiance with it) and much more.

I must say I'm quite satisfied 'bout these :)


Hope it helped ^^

Last edited on Dec 1, 2010 at 9:22pm
Dec 1, 2010 at 10:35pm
Just curious, is "Programming Principles and Practices using C++" any better than "c++ primer"?. Or what are the main differences between those two?.
Thanks
Dec 3, 2010 at 12:00pm
closed account (z05DSL3A)
fabman wrote:
... is "Programming Principles and Practices using C++" any better than "c++ primer"? ... what are the main differences between those two?


They are both good books, aimed a different readership. Programming Principles and Practices using C++ is an introduction to programming for people who has never programmed before whereas C++ primer assumes the reader has programmed in a modern block-structured language before.
Topic archived. No new replies allowed.
Pages: 12