 |
26-05-2010, 07:25 PM
|
#1 (permalink)
|
|
Right Off the Assembly Line
Join Date: May 2010
Posts: 4
|
Books for C++
I decided to learn C++ (i have a knowledge of other programming language), So can anybody suggest a good book or site where I could start learning this language...???... And if possible also suggest books from beginners to Pro.. (i hope i can achieve this!!  ).... Thanks in advance to anyone who could give me information regarding this!!!!.....
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
26-05-2010, 07:51 PM
|
#2 (permalink)
|
|
Simply a DIGITian
Join Date: Nov 2007
Location: Kolkata
Posts: 2,942
|
Re: Books for C++
Object Oriented Programming in C++ by Balaguruswamy
__________________
- Read The Forum RULES First.
- Before PM'ing Or Asking Any Questions To Any Mod Read The FAQ's
- Before Starting A New Thread Read The STICKY THREADS First
- Before Participating In Bazaar Section Read The BAZAAR RULES
|
|
|
26-05-2010, 08:02 PM
|
#3 (permalink)
|
|
Sami Hyypiä, LFC legend
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
|
Re: Books for C++
Quote:
Originally Posted by krishnandu.sarkar
Object Oriented Programming in C++ by Balaguruswamy
|
Average book IMO.
@OP:
Before learning C++, do learn the C programming language if not learnt already. After you are reasonably comfortable with C, then go for C++.
For C++, I recommend Thinking in C++. Google for it. The PDF is FREE.
|
|
|
26-05-2010, 08:29 PM
|
#4 (permalink)
|
|
Right Off the Assembly Line
Join Date: May 2010
Posts: 4
|
Re: Books for C++
Thanks for the replies...
Is Let Us C by Yashkant Kanetkar a good book for starting??
|
|
|
26-05-2010, 09:36 PM
|
#5 (permalink)
|
|
Sami Hyypiä, LFC legend
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
|
Re: Books for C++
^ No it isn't. Let us C is a poor book IMO and often uses non-standard and antiquated code. Things are poorly explained too.
For C, I recommend- The C Programming Language by Kernighan and Ritchie. Costs just Rs.110 or something.
|
|
|
26-05-2010, 10:59 PM
|
#6 (permalink)
|
|
prasath->loves(APPLE);
Join Date: Jul 2008
Location: Trichy, TamilNadu
Posts: 231
|
Re: Books for C++
Some of the good C++ books IMO.
1. The C++ Programming Language.
- Bjarne Stroustrup( Creator of C++ )
- Pearson Education
2. C++: How to Program. ( 7th Edition )
- Paul J. Deitel
- Pearson Prentice Hall
3. C++ Cookbook.
- Jeff Cogswell, Christopher Diggins, Ryan Stephens, Jonathan Turkanis
- O'Reilly
4. C++ From the Ground Up.
- Herbert Schildt
- TATA McGraw Hill
The C++ Programming Language is written by the creator of the C++ language, Bjarne Stroustrup itself!.
__________________
My Desktop Spec:- :-)
AMD Athlon 64 X2 3600+
ASUS M2N-MX Motherboard
2GB DDR2 RAM
500GB Seagate HDD
My Laptop Spec:- :)
BRAND: TOSHIBA
MODEL: C640-X4012
2nd Gen Intel Core i5 2430M
4GB DDR3 RAM
500GB HDD
Last edited by prasath_digit; 08-06-2010 at 01:05 AM.
|
|
|
27-05-2010, 10:36 AM
|
#7 (permalink)
|
|
Broken In
Join Date: May 2010
Posts: 133
|
Re: Books for C++
Quote:
Originally Posted by Liverpool_fan
^ No it isn't. Let us C is a poor book IMO and often uses non-standard and antiquated code. Things are poorly explained too.
For C, I recommend- The C Programming Language by Kernighan and Ritchie. Costs just Rs.110 or something.
|
iT aint good book ??
i M currently using that book as reference for learning C.
So can u pls. tell me which is a good book ??
What about balaguruswamy's book or else some other u would suggest??
|
|
|
27-05-2010, 10:45 AM
|
#8 (permalink)
|
|
Sami Hyypiä, LFC legend
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
|
Re: Books for C++
Quote:
Originally Posted by dharmil007
iT aint good book ??
i M currently using that book as reference for learning C.
So can u pls. tell me which is a good book ??
What about balaguruswamy's book or else some other u would suggest??
|
Just stay away from Yashwant Kanetkar's books. You have been warned. 
As I said for C:
The C Programming Language by Kernighan and Ritchie.
http://www.amazon.com/Programming-La.../dp/0131103628
(you'll get The Low Price Edition in your bookshop for as low as Rs.110-120)
For C++, Balaguruswamy book is just average IMO. It's not bad as Yashwant Kanetkar's book but it gives me the feeling that it's inadequate.
I guess I should give a link for Thinking in C++.
http://www.mindview.net/Books/TICPP/...ngInCPP2e.html
For fast tracking to C++, I recommend these lectures (in case you just want to have basics of C so as to quickly jump to C++):
http://mindview.net/CDs/ThinkingInC/beta3
|
|
|
27-05-2010, 01:05 PM
|
#9 (permalink)
|
|
Always confused
Join Date: May 2008
Location: Mandriva Control Center
Posts: 349
|
Re: Books for C++
i don't suggest any books and would advice anyone to just stick to any book and don't change them. Get your basics right. Then internet and bing/google will look after you.
__________________
Vamsi Subhash
visit my blog at www.vamsisubhash.co.cc and taste a bit of IT!
|
|
|
27-05-2010, 03:47 PM
|
#10 (permalink)
|
|
Right Off the Assembly Line
Join Date: May 2010
Posts: 4
|
Re: Books for C++
Thanks for the replies guyss... i guess the decision is entirely upto me... thanks y'all
|
|
|
27-05-2010, 10:38 PM
|
#11 (permalink)
|
|
prasath->loves(APPLE);
Join Date: Jul 2008
Location: Trichy, TamilNadu
Posts: 231
|
Re: Books for C++
Quote:
Originally Posted by Liverpool_fan
Just stay away from Yashwant Kanetkar's books. You have been warned. 
|
I also have a dry feeling about Yashawant Kanetkar's books, but they're not very bad either. Some are good too
__________________
My Desktop Spec:- :-)
AMD Athlon 64 X2 3600+
ASUS M2N-MX Motherboard
2GB DDR2 RAM
500GB Seagate HDD
My Laptop Spec:- :)
BRAND: TOSHIBA
MODEL: C640-X4012
2nd Gen Intel Core i5 2430M
4GB DDR3 RAM
500GB HDD
|
|
|
28-05-2010, 03:29 AM
|
#12 (permalink)
|
|
Wire muncher!
Join Date: Nov 2003
Posts: 6,173
|
Re: Books for C++
Quote:
Originally Posted by Liverpool_fan
Average book IMO.
@OP:
Before learning C++, do learn the C programming language if not learnt already. After you are reasonably comfortable with C, then go for C++.
For C++, I recommend Thinking in C++. Google for it. The PDF is FREE. 
|
Quote:
Originally Posted by Liverpool_fan
^ No it isn't. Let us C is a poor book IMO and often uses non-standard and antiquated code. Things are poorly explained too.
For C, I recommend- The C Programming Language by Kernighan and Ritchie. Costs just Rs.110 or something.
|
Dude! recommendation+++++++++++++!
K&R is the best book to learn C in the correct way. Thinking in C++ is also a good book to get into C++.
Also, I've started discouraging people from reading Let us C or whatever by Yashwant Kanetkar. Those books were good 15 years ago when Borland's Turbo C/C++ compilers ruled, but not today. He hasn't updated them and all the code in that is non-portable, antique and non-compliant to any kind of standards!
If anybody is using this book, then please shift to a better book as suggested.
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
|
|
|
08-06-2010, 01:04 AM
|
#13 (permalink)
|
|
prasath->loves(APPLE);
Join Date: Jul 2008
Location: Trichy, TamilNadu
Posts: 231
|
Re: Books for C++
Quote:
Originally Posted by infra_red_dude
Dude! recommendation+++++++++++++!
K&R is the best book to learn C in the correct way. Thinking in C++ is also a good book to get into C++.
Also, I've started discouraging people from reading Let us C or whatever by Yashwant Kanetkar. Those books were good 15 years ago when Borland's Turbo C/C++ compilers ruled, but not today. He hasn't updated them and all the code in that is non-portable, antique and non-compliant to any kind of standards!
If anybody is using this book, then please shift to a better book as suggested.
|
Ok, So Yashawant Kanetkar's books goes down the toilet.............
__________________
My Desktop Spec:- :-)
AMD Athlon 64 X2 3600+
ASUS M2N-MX Motherboard
2GB DDR2 RAM
500GB Seagate HDD
My Laptop Spec:- :)
BRAND: TOSHIBA
MODEL: C640-X4012
2nd Gen Intel Core i5 2430M
4GB DDR3 RAM
500GB HDD
|
|
|
08-06-2010, 05:36 AM
|
#14 (permalink)
|
|
Wire muncher!
Join Date: Nov 2003
Posts: 6,173
|
Re: Books for C++
Quote:
Originally Posted by prasath_digit
|
Not really. They maybe good for concepts but not syntax or implementation.
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
|
|
|
08-06-2010, 11:29 AM
|
#15 (permalink)
|
|
Wise Old Owl
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
|
Re: Books for C++
Most of the indian books focus on windows programming. If you wish to be platform independent, then read this: http://greenteapress.com/thinkcpp
Its a good book IMO.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
|
|
|
09-06-2010, 09:08 PM
|
#16 (permalink)
|
|
prasath->loves(APPLE);
Join Date: Jul 2008
Location: Trichy, TamilNadu
Posts: 231
|
Re: Books for C++
Quote:
Originally Posted by The Unknown
Most of the indian books focus on windows programming. If you wish to be platform independent, then read this: http://greenteapress.com/thinkcpp
Its a good book IMO.
|
i just downloaded tat.....very nice book....thanx for the link..........
__________________
My Desktop Spec:- :-)
AMD Athlon 64 X2 3600+
ASUS M2N-MX Motherboard
2GB DDR2 RAM
500GB Seagate HDD
My Laptop Spec:- :)
BRAND: TOSHIBA
MODEL: C640-X4012
2nd Gen Intel Core i5 2430M
4GB DDR3 RAM
500GB HDD
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|