Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resource for C++ [closed]

Tags:

c++

It has been a long time since I've used C++. I want to start programming in C++ again but I am looking for a particular resource and wondering if anyone here has any good references. I am looking for a book, web tutorial, video...whatever that teaches you C++ while you're building an application. So, for example, a book might start the book by starting the application.. and so on. Does anyone have a good reference? Thanks

like image 902
jumbojs Avatar asked Mar 22 '26 08:03

jumbojs


2 Answers

A great free tutorial is the C++ language tutorial at cplusplus.com and its other resources.

You could also checkout popular C++ books like: The C++ Programming Language by Bjarne Stroustrup or Effective C++ by Scott Meyers,

like image 50
Brian R. Bondy Avatar answered Mar 23 '26 22:03

Brian R. Bondy


I find The C++ FAQ Lite to be one of the best sites for C++ advice. It is not oriented toward beginners, but then, neither is the C++ language. :)

I'll also second Brian's recommendation of "Effective C++" by Scott Meyers. That is one of the best C++ books you can read.

like image 21
Parappa Avatar answered Mar 23 '26 22:03

Parappa



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!