Jump to content

C++ tutorial suggestions


AyKay47

Recommended Posts

I recommend: http://ineasysteps.com/products-page/programming/c-programming-in-easy-steps-4th-edition/ , this book has been very helpful.

 

As far as websites go, you can't go past... http://www.cplusplus.com/doc/tutorial/

thank you MasterAce, i have looked at cplusplus.com and it looks like it does a very good job of covering the basics.

I will also look into the book you suggested, thanks again.

Link to comment
Share on other sites

If you want to move on beyond basic programming in C++ and get to using the features I would suggest The C++ Programming Language by Bjarne Stroustrup.  I always had trouble with the concepts of the core C++ abstractions and Bjarne's explanations I found the best.  The only critique I have about the book is that the writing is a bit dry and academic.  If you take the authors involvement with the language though he presents insights that you rarely get with other programming books.

Link to comment
Share on other sites

If you want to move on beyond basic programming in C++ and get to using the features I would suggest The C++ Programming Language by Bjarne Stroustrup.  I always had trouble with the concepts of the core C++ abstractions and Bjarne's explanations I found the best.  The only critique I have about the book is that the writing is a bit dry and academic.  If you take the authors involvement with the language though he presents insights that you rarely get with other programming books.

thank you for the recommendation, isn't Bjarne the creator of C++? can't really get a more reliable resource than that.

Link to comment
Share on other sites

Get the Thinking in C++ books.  They're great.

Those books were recommended by one of my friends as well, will definitely need to purchase it/them. I'm assuming it is a several book series?

 

AFAIK, there are two.  At least, there were two when I bought them a few years ago.

Link to comment
Share on other sites

If you want to move on beyond basic programming in C++ and get to using the features I would suggest The C++ Programming Language by Bjarne Stroustrup.  I always had trouble with the concepts of the core C++ abstractions and Bjarne's explanations I found the best.  The only critique I have about the book is that the writing is a bit dry and academic.  If you take the authors involvement with the language though he presents insights that you rarely get with other programming books.

thank you for the recommendation, isn't Bjarne the creator of C++? can't really get a more reliable resource than that.

As much as anyone can be the creator of C++, he was the first to create an implementation of it.  C++ of course grew quite rapidly, has been standardized and has many extensions added which Bjarne participated with as part of the standards committee.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.