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.

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.

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.

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.

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.