AyKay47 Posted January 16, 2012 Share Posted January 16, 2012 hey guys, im looking to get into programming applications using C++, maybe Java at some point. I am looking for some recommended online references/tutorials, as well as any books that you guys recommend. Quote Link to comment Share on other sites More sharing options...
MasterACE14 Posted January 17, 2012 Share Posted January 17, 2012 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/ Quote Link to comment Share on other sites More sharing options...
AyKay47 Posted January 17, 2012 Author Share Posted January 17, 2012 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. Quote Link to comment Share on other sites More sharing options...
MasterACE14 Posted January 17, 2012 Share Posted January 17, 2012 Not a problem mate, good luck with it! Quote Link to comment Share on other sites More sharing options...
KevinM1 Posted January 17, 2012 Share Posted January 17, 2012 Get the Thinking in C++ books. They're great. Quote Link to comment Share on other sites More sharing options...
AyKay47 Posted January 17, 2012 Author Share Posted January 17, 2012 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? Quote Link to comment Share on other sites More sharing options...
thehippy Posted January 17, 2012 Share Posted January 17, 2012 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. Quote Link to comment Share on other sites More sharing options...
AyKay47 Posted January 17, 2012 Author Share Posted January 17, 2012 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. Quote Link to comment Share on other sites More sharing options...
KevinM1 Posted January 17, 2012 Share Posted January 17, 2012 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. Quote Link to comment Share on other sites More sharing options...
thehippy Posted January 17, 2012 Share Posted January 17, 2012 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.