Ok I want to learn C++, no one is forcing me to learn C++ or something, but it is my will to learn C++. I need help guys, I have gone from watching AntiRTFM and actually finished his videos and then I realized I need to learn namespace, templates and etc. now I downloaded a free copy of C++ Primer Plus 6th edition.pdf
now that I am reading it I am really getting confused, why ? because of all the letters and shit,(I don't like reading ) I want to give up but I can't, not with what I have already started I can't just waste this days watching antiRTFM vids, I want to learn C++ and I am set to reading this book, what I want to ask is how can I somehow reduce the confusion. What do I need to do ? take note something important while reading ? HOW CAN I INTERNALIZE IT ?
EDIT ! :
also I don't like reading E-Books, I am more comfortable reading on REAL books, is that why I am getting confused ?
Templates are not so easy. Wait until you have a use for them before diving in. You'll have a use for them when you have a function that should accept any type of object.