C++ for absolute beginners?

Start with C, because it is the base of most of the programming languages. Then move on to C++. You can check out the book Head First C, its especially for beginners. Best of luck :)
 
Whatever the programming language may be, make sure that you are clear about the loops, structures, classes and functions.
If you are good in these, then learning any language would be very easy.

The additional quality to be a great programmer is logic building!!!
 
You can try c++ primer 5th edition
It's for beginners as i also purchased it few days back and i am satisfied with the book.
 
Back
Top