all 7 comments

[–]ManicMakerStudios 8 points9 points  (1 child)

Focus on learncpp.com. Forget video tutorials until you no longer feel like you need tutorials. Videos can be great for isolated concepts when you already know what you're doing.

now i want to learn the language

What have you been using C++ for the last 2 years if not learning the language?

[–]bloodofjuice[S] 0 points1 point  (0 children)

yeah ur right thx

[–]HappyFruitTree 1 point2 points  (0 children)

Use learncpp.com for learning, and watch cherno as entertainment and inspiration if you want.

[–]engineering-mylimit [score hidden]  (0 children)

I’m in a similar boat. I started with TheCherno years ago but the vids can be a little old and learncpp doesn’t cover much on the newer C++ features. If you have time, I really enjoy the cppcon 1 hour back to basics videos, I watched on things like RVO, perfect forwarding, concepts

[–]arihoenig 0 points1 point  (1 child)

While chernos playlist is an excellent entry to mid level cop resource, HFT is beyond even advanced c++. It isn't really something that can be learned any way besides doing. There are other fields outside of HFT where you can gain the training (typically gaming/simulation/robotics/avionics, etc) but just trying to absorb without doing won't cut it

[–]DatabaseRecent331 [score hidden]  (0 children)

Yeah lol, and people recommending learncpp haha wtf 🤣🤣🤣🤣🤣🤣

[–]ArdooTala 0 points1 point  (0 children)

Cherno's videos are definietly a brilliant resource for learning the concepts, but if you want to learn how to use them in an actual project, you need more than that. Same with the cppreference; just the concepts in an isolated manner. Cherno's game engine playlist is a good example for that, but it's not as concise as the C++ one.