Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
hack64565yMy ultimate guide to how to learn any language:
- Watch a crash course about language (around 1 hour length)
- Start a project
- Struggle adding new features
- Search internet like "how to do x in y"
- Profit? -
Once you have a general understanding of c++, I can highly recommend this yt playlist https://youtube.com/playlist/... . He covers almost all parts of c++ and explains in depth how things work under the hood.
You can of course just jump right in, but it might be a little too complicated at first -
dr-ant13575yThere's a book called C++ Primer that is supposed to be good.
With the new drafts of the language there's no one definite source of learning C++ for beginners. There is a book by the creator called A Tour of C++. It was recommended as the single most important book for the language right now by Herb Sutter.
There's another book called Programming Principles and Practices using C++, again by the creator that is more detailed but Idk if it has a new edition.
It might be easier to start with Accelerated C++ (written before C++11) and learn more about the new features through cppcon or c++ now videos.
Whatever you do to learn C++, Effective Modern C++ by Scott Meyers is undoubtedly the next thing you should read.
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
-
dfox7If you're not learning anything new at your job it's probably time to move on.
Best sources to learn c++? Anyone?
question
c++
sources
learning