Whats a good beginners book for learning C++?
I’d recommend you to go for these titles 1) Let Us C++ (by Yashwant Kanetkar) 2) Thinking in C++ (Bruce Eckel) If you are very new to computer programming, i’d strongly advise you to first understand basics of computer programming instead of diving into concepts like polymorphism, classes, objects, over-loading etc… Learn basics of programming by- 1) How to design programs. (www.htdp.org) Hope this helps.