Answered by:
Advice on a good book.

Question
-
Hi I am a beginner at programming langauges so far I have learnt Visual Basic, now I want to move on, which would be the best book to learn C++?
I have seen this one http://www.amazon.co.uk/Programming-Principles-Practice-Developers-Library/dp/0321543726/ref=sr_1_19?ie=UTF8&s=books&qid=1285612392&sr=8-19
Anyone read it?
Any recommendations?
Thanks
Asim
Monday, September 27, 2010 6:34 PM
Answers
-
Hi Asim,
The Best Book
1) C++: The Complete Reference, 4th Edition - Best & simple book for beginners
by Schildt, Herbert
Publisher: McGraw-Hill2) "The C++ Programming Language " Best Book for learning indepth of C++
by Bjarne Stroustrup
Publisher: Addison-WesleyMy Suggestion: As you had learnt Visual Basic the best approach for quickly learning C++ is Take the notes on C++ Syntax and compare with VB Syntax as the logic is same for any Language.
Happy Programming.
Regards, tnvbalaji http://in.linkedin.com/in/tnvbalaji
In addition to above ebooks : See free Tutorial belowC++ Beginner's Guide: http://msdn.microsoft.com/en-us/beginner/cc305129.aspx
Essential skills made easy! Written by Herb Schildt, this step-by-step book is ideal for first-time programmers or those new to C++.
Regards, tnvbalaji http://in.linkedin.com/in/tnvbalaji- Proposed as answer by Nag a Wednesday, September 29, 2010 5:13 PM
- Marked as answer by Yi Feng Li Tuesday, October 5, 2010 1:51 AM
Tuesday, September 28, 2010 6:02 AM -
Getting Started in C++ Online eBook: Thinking in C++ C++ Language Tutorial Code Examples: CodeProject Code Examples: CodeGuru - Marked as answer by Yi Feng Li Tuesday, October 5, 2010 1:51 AM
Monday, September 27, 2010 6:48 PM
All replies
-
Hello.
From my side :
Core C++ : A Software Engineering Approach
I'm from Poland, we have some very good books, but not translate to English. So I can advice only this one.
Regards.
Mateusz
Monday, September 27, 2010 6:45 PM -
Getting Started in C++ Online eBook: Thinking in C++ C++ Language Tutorial Code Examples: CodeProject Code Examples: CodeGuru - Marked as answer by Yi Feng Li Tuesday, October 5, 2010 1:51 AM
Monday, September 27, 2010 6:48 PM -
Hi Asim,
The Best Book
1) C++: The Complete Reference, 4th Edition - Best & simple book for beginners
by Schildt, Herbert
Publisher: McGraw-Hill2) "The C++ Programming Language " Best Book for learning indepth of C++
by Bjarne Stroustrup
Publisher: Addison-WesleyMy Suggestion: As you had learnt Visual Basic the best approach for quickly learning C++ is Take the notes on C++ Syntax and compare with VB Syntax as the logic is same for any Language.
Happy Programming.
Regards, tnvbalaji http://in.linkedin.com/in/tnvbalajiTuesday, September 28, 2010 5:55 AM -
Hi Asim,
The Best Book
1) C++: The Complete Reference, 4th Edition - Best & simple book for beginners
by Schildt, Herbert
Publisher: McGraw-Hill2) "The C++ Programming Language " Best Book for learning indepth of C++
by Bjarne Stroustrup
Publisher: Addison-WesleyMy Suggestion: As you had learnt Visual Basic the best approach for quickly learning C++ is Take the notes on C++ Syntax and compare with VB Syntax as the logic is same for any Language.
Happy Programming.
Regards, tnvbalaji http://in.linkedin.com/in/tnvbalaji
In addition to above ebooks : See free Tutorial belowC++ Beginner's Guide: http://msdn.microsoft.com/en-us/beginner/cc305129.aspx
Essential skills made easy! Written by Herb Schildt, this step-by-step book is ideal for first-time programmers or those new to C++.
Regards, tnvbalaji http://in.linkedin.com/in/tnvbalaji- Proposed as answer by Nag a Wednesday, September 29, 2010 5:13 PM
- Marked as answer by Yi Feng Li Tuesday, October 5, 2010 1:51 AM
Tuesday, September 28, 2010 6:02 AM -
Hi Asim,
The Best Book
1) C++: The Complete Reference, 4th Edition - Best & simple book for beginners
by Schildt, Herbert
Publisher: McGraw-Hill2) "The C++ Programming Language " Best Book for learning indepth of C++
by Bjarne Stroustrup
Publisher: Addison-WesleyMy Suggestion: As you had learnt Visual Basic the best approach for quickly learning C++ is Take the notes on C++ Syntax and compare with VB Syntax as the logic is same for any Language.
Happy Programming.
Regards, tnvbalaji http://in.linkedin.com/in/tnvbalaji
In addition to above ebooks : See free Tutorial belowC++ Beginner's Guide: http://msdn.microsoft.com/en-us/beginner/cc305129.aspx
Essential skills made easy! Written by Herb Schildt, this step-by-step book is ideal for first-time programmers or those new to C++.
Regards, tnvbalaji http://in.linkedin.com/in/tnvbalajiThanks for your suggestions
C++ Beginner's Guide: http://msdn.microsoft.com/en-us/beginner/cc305129.aspx
Saturday, October 9, 2010 9:06 AM