English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to learn a programming language, so I thought to go for C++.
As a CS major, I took introductory programming class where I learned making classes, and the concept of pointers.
But still, would like to start right from base to reach the very roof. What are books that you C++ developers or learners would recommend me. I understand that it may take 3, 4 to 5 books.
Thank you

2007-01-11 14:53:36 · 7 answers · asked by boxer111 3 in Computers & Internet Programming & Design

7 answers

Beginner's C++ Books:
http://accu.org/index.php/book_reviews?url=search.xqy?field=subject&term=beginner's+c%2b%2b
Advanced C++ Books:
http://accu.org/index.php/book_reviews?url=search.xqy?field=subject&term=advanced+c%2b%2b

Start with C++ Primer by Lippman or Accelerated C++ by Koenig. They will get you the fundamentals of C++ from which you can polish your knowledge.

Once you've gone through those books, you'll want to get books like Modern C++ Design, Exceptional C++, Exceptional C++ Style, and Efficient C++. There's a few other books you may consider keeping like "The C++ Standard Library". If you're serious about C++, you'll definitely want a copy of "The C++ Programming Language", get the Special Edition. It's by Stroustrup, *the* authority on C++.

2007-01-11 15:37:18 · answer #1 · answered by csanon 6 · 0 0

First you should start with "Teach Yourself C++" by Robert Lafore. This is an excellent book which gives you top to bottom description for each feature of C++ language in easy language and with easiest and practical examples. Once you will complete this book you will be confident to do programming in C++.

Then you should start learning "The Complete Reference: C++" By Herbert Schildt. This is an advance book which describes all the feature in much depth.

I think "Teach Yourself C++" by Robert Lafore is enough to make you confident about C++ programming. You should use "The Complete Reference: C++" in future use while advance programming in C++.

Happy learning...

2007-01-17 00:52:33 · answer #2 · answered by Paryank Kansara 2 · 0 0

the book is called "C++: An Introduction to Computing". Not for sure but I believe the author is Larry Nyhoff

2007-01-12 00:50:14 · answer #3 · answered by Anonymous · 0 0

This is so hard
go to amazon.com

i took the class and didnt learn anything i ended up getting C grade

2007-01-11 23:01:18 · answer #4 · answered by Anonymous · 0 0

C++ Primer by Lippman

2007-01-11 23:04:07 · answer #5 · answered by Anonymous · 0 0

I don't know of any books, but I do know of a great website: Planet Source Code. http://www.pscode.com - has everything from simple subs and functions to complete applications - all in source code form (you have to have the IDE on your system in order to run them)

2007-01-11 23:07:40 · answer #6 · answered by Richard H 7 · 0 1

all the e-books of C and C++ and source examples in a CD.
you may write me for it.

2007-01-11 23:05:07 · answer #7 · answered by iyiogrenci 6 · 0 0

fedest.com, questions and answers