please suggest a book for c++ programming
Suggestions for C++ Programming Books
Collapse
X
-
Tags: None
-
Pick a book you can understand.
Read it.
Do all the examples and see you get the same answers as the book.
Get another book. Do the same thing.
It took me six books. -
WFC is correct; however, only one thing to add, save some money... if you can, visit the local library... check out the book fist. If it works, then go buy it for your personal reference material, that's what I did.
Often you can find a small extension class in the US, I'm sure there must be something along those same line elsewhere in the world.
There are at least a dozen basic and intermediate tutorial sites on the net too.Comment
-
I úsually choose books with names like C/C++/PHP/Java/... bible, Teach yourself C/C++/PHP/Java/... , C/C++/PHP/Java/... by example. And there are good videos on Youtube too. My favourite is thenewboston channel. You best learn by example. School gives much theory.Comment
Comment