Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Reply
 
LinkBack Thread Tools Display Modes
Old 26-05-2010, 07:25 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: May 2010
Posts: 4
Default 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!!!!.....
scylo is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 26-05-2010, 07:51 PM   #2 (permalink)
Simply a DIGITian
 
krishnandu.sarkar's Avatar
 
Join Date: Nov 2007
Location: Kolkata
Posts: 2,942
Default 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
krishnandu.sarkar is offline   Reply With Quote
Old 26-05-2010, 08:02 PM   #3 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: Books for C++

Quote:
Originally Posted by krishnandu.sarkar View Post
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.
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 26-05-2010, 08:29 PM   #4 (permalink)
Right Off the Assembly Line
 
Join Date: May 2010
Posts: 4
Default Re: Books for C++

Thanks for the replies...
Is Let Us C by Yashkant Kanetkar a good book for starting??
scylo is offline   Reply With Quote
Old 26-05-2010, 09:36 PM   #5 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default 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.
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 26-05-2010, 10:59 PM   #6 (permalink)
prasath->loves(APPLE);
 
prasath_digit's Avatar
 
Join Date: Jul 2008
Location: Trichy, TamilNadu
Posts: 231
Smile 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.
prasath_digit is offline   Reply With Quote
Old 27-05-2010, 10:36 AM   #7 (permalink)
Broken In
 
dharmil007's Avatar
 
Join Date: May 2010
Posts: 133
Default Re: Books for C++

Quote:
Originally Posted by Liverpool_fan View Post
^ 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??
dharmil007 is offline   Reply With Quote
Old 27-05-2010, 10:45 AM   #8 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: Books for C++

Quote:
Originally Posted by dharmil007 View Post

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
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 27-05-2010, 01:05 PM   #9 (permalink)
Always confused
 
vamsi360's Avatar
 
Join Date: May 2008
Location: Mandriva Control Center
Posts: 349
Smile 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!
vamsi360 is offline   Reply With Quote
Old 27-05-2010, 03:47 PM   #10 (permalink)
Right Off the Assembly Line
 
Join Date: May 2010
Posts: 4
Default Re: Books for C++

Thanks for the replies guyss... i guess the decision is entirely upto me... thanks y'all
scylo is offline   Reply With Quote
Old 27-05-2010, 10:38 PM   #11 (permalink)
prasath->loves(APPLE);
 
prasath_digit's Avatar
 
Join Date: Jul 2008
Location: Trichy, TamilNadu
Posts: 231
Smile Re: Books for C++

Quote:
Originally Posted by Liverpool_fan View Post
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
prasath_digit is offline   Reply With Quote
Old 28-05-2010, 03:29 AM   #12 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default Re: Books for C++

Quote:
Originally Posted by Liverpool_fan View Post
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 View Post
^ 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
infra_red_dude is online now   Reply With Quote
Old 08-06-2010, 01:04 AM   #13 (permalink)
prasath->loves(APPLE);
 
prasath_digit's Avatar
 
Join Date: Jul 2008
Location: Trichy, TamilNadu
Posts: 231
Talking Re: Books for C++

Quote:
Originally Posted by infra_red_dude View Post
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
prasath_digit is offline   Reply With Quote
Old 08-06-2010, 05:36 AM   #14 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default Re: Books for C++

Quote:
Originally Posted by prasath_digit View Post
Ok, So Yashawant Kanetkar's books goes down the toilet.............
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
infra_red_dude is online now   Reply With Quote
Old 08-06-2010, 11:29 AM   #15 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default 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
The Unknown is offline   Reply With Quote
Old 09-06-2010, 09:08 PM   #16 (permalink)
prasath->loves(APPLE);
 
prasath_digit's Avatar
 
Join Date: Jul 2008
Location: Trichy, TamilNadu
Posts: 231
Smile Re: Books for C++

Quote:
Originally Posted by The Unknown View Post
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
prasath_digit is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Suggest some books krishnandu.sarkar Education 6 19-05-2010 04:41 PM
Recommend Books & Magazines for Mobile Phone Application Development Samadhi Programming 0 27-04-2010 05:18 PM
!! Forum dedicated "Exclusively" for Books Dipen01 Chit-Chat 7 17-11-2007 04:53 PM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:18 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2