PDA

View Full Version : Need some basic info about good c++ books.


william
27-02-2006, 10:41 PM
Hi! everyone actully i m learning c++ and i need some info about some good c++ books. Name some of them.

aadipa
28-02-2006, 01:40 AM
Thinking in C++ is good ebook to start with...
Get it (both volumes) from any of the mirror listed on http://www.mindview.net/Books/DownloadSites

Let Us C++ is also well known book by Yashwant Kanitkar.

The Incredible
28-02-2006, 04:27 PM
well bro check out the following threads to get sum info on C++

http://www.thinkdigit.com/forum/viewtopic.php?t=28719&postdays=0&postorder=asc&start=0



http://www.thinkdigit.com/forum/viewtopic.php?t=30526&postdays=0&postorder=asc&start=0

himtuna
28-02-2006, 09:36 PM
Well If want a paperback
Go for book by Bjarne stroustrup the creator of c++, no book is comparable to this;

xenjith
13-03-2008, 09:40 PM
i want yeswant kanitkar's "LET US C++"
PLZZZZZZZZZ send me a soft copy
email me:newjithesh@gmail.com

Chirag
13-03-2008, 09:56 PM
^^
:|

The Conqueror
13-03-2008, 09:58 PM
if u r complete beginner to programming i suggest C For dummies which is excellent for beginners though it does not cover advanced topics

Quiz_Master
13-03-2008, 11:04 PM
^^ he is asking for C++ books.. (although there is also a C++ for dummies)..

But I've found C++ Primer Plus the best book so far... Its a complete encyclopedia... One advice - Stay Away from Yashwant Kanetkar's Let Us C.. It sucks.

The Conqueror
14-03-2008, 05:24 AM
oops! was sleepy and in hurry :D
ok u can try C++ all in one desk reference or C++ for dummies

aditya.shevade
14-03-2008, 07:29 AM
Don't use Let Us C /C++. You are better off with any other book. I agree that Kanitkar's style is easy to understand, but as you will advance, you will get irritated by it. If you want, use it only for bare bones. It is not useful for deep knowledge.

clmlbx
14-03-2008, 07:56 AM
guys i have learned c++ now i want to go in little depth and buy a hard copy of a book ......so how is "let us c++"..........should I buy it ......or any other sudgestion....................(soft copy will also do )......but looking for a hard copy./..............

KaranTh85
14-03-2008, 10:25 AM
Try E Balagurusamy (nice book:)) I used it in my engineering...:grin:

aditya.shevade
14-03-2008, 02:00 PM
@clmlbx If you already know all the aspects of C (general) then go for Professional C++ (wrox). Also check practical C++ programming and 55 ways to better programming in C++ (both O'Railey)

Aditya