HOW TO LEARN C++

hi i am new one to learn c++ and i have only learn first program. Please help me how i can learn better and which book is suitable for me.
Hi,

This should help a lot :+)

http://www.cplusplus.com/doc/tutorial/


There is also reference material and articles at the top left of this page.

Just remember a few things when you ask a question, they will help us a lot :+) :

1. Always use code tags

http://www.cplusplus.com/articles/z13hAqkS/


2. If you have compiler errors / warnings then post them verbatim in full. Make sure the line numbers match up with the line numbers in the code you posted.

In terms of books, have a look here:

http://www.codergears.com/QACenter/index.php?qa=resources


Good Luck!!

To add onto what TheIdeasMan said you could also have a look at some tutorial videos on YouTube, that's how I personally learned the basics of C++. The rest you just learn as you go along; at least that was the case for me, people learn in different ways and I can't learn very well by reading long written tutorials or textbooks unless it is set out very specifically for me which I find very few are. I learn through practice and actually seeing it being done by another person while they explain what they are doing.

I would recommend you look at the links TheIdeasMan suggested and to possibly look at some videos or a tutorial playlist on the internet on the basics of C++.
Topic archived. No new replies allowed.