Twitist Forums
Are there any good c++ programing books for beginners?? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: General Social Media & Marketing Forums (/forum-8.html)
+--- Forum: General Social Media questions (/forum-9.html)
+--- Thread: Are there any good c++ programing books for beginners?? (/thread-100303.html)



Are there any good c++ programing books for beginners?? - Jadan - 02-19-2014 12:45 PM

Im just now learning how to program and im wanting to create my own app in the future. Are there any good books on c++ that will help a beginner like myself? Please list some, i know there are tutorials online, but i seem to learn better when im reading a book, im less distracted with all this social media ect.

Thanks for the help Smile


- DrZoo - 02-19-2014 12:49 PM

I have the Tony Gaddis C++ book. This link shows what each chapter covers, and there are a lot of exercises in the book.

http://www.mypearsonstore.com/bookstore/starting-out-with-c-plus-plus-from-control-structures-9780132576253?xid=PSED

ISBN 13: 9780132576253

http://www.amazon.com/gp/offer-listing/0132576252/ref=sr_1_1_olp?ie=UTF8&qid=1389312634&sr=8-1&keywords=9780132576253&condition=used


- eddie - 02-19-2014 12:58 PM

when i was younger i had a dream of being a programmer myself. so i bought many C programming books and most of them lead me nowhere. i almost got to the point where i was going to give up until i found a programming book that changed everything. the book was "the complete reference, C forth edition. by herbert schildt. isbn 0-07-212124-6. after that i got his windows 98 programming from the ground up. after going through these two books, all the other ones i wasted money on suddenly became very valuable. i dont recogmend his book on c++, but the book that finally got me into c++ was "teach yourself c++, fourth edition." by al stevens isbn 1-55828-406-0. these three books combined is was did it for me. even though the material is considered ancient, all the material still applies for common day programming, except now you have to pay special attention to unicode. after you have mastered these books switch to reading books by jeffery richter. he will set you straight on todays world of windows programming.


- Paul - 02-19-2014 01:08 PM

Dummies website have good books for the beginners for learning a programming language like C++.

A good book for the startups-
"Beginning Programming with C++ For Dummies" By Stephen R. Davis

But if you like to learn through online resources which provide theory for learning programming languages then here I have listed some of the good online resources for it-

http://www.tutorialspoint.com/cplusplus/index.htm

http://www.cplusplus.com/

http://www.cprogramming.com/tutorial/c++-tutorial.html


- Alfred Smith - 02-19-2014 01:10 PM

Hi!!
There are lots of books availble in the market for C++. In my view the best books are as follows:-
Accelerated C++ - (AUTHOR)= Andrew Koenig & Barbara E Moo
A Tour of C++ (AUTHOR)= Bjarne Stroustrup
Programming: Principles and Practice using C++ (AUTHOR)= Bjarne Stroustrup