What is the best C++ tutorial Reddit?

Scott Meyers’ talk “An Effective C++11/14 Sampler” and Sean Parent’s “C++ Seasoning” are good intermediate-level talks about writing modern C++, but there’s loads of other awesome talks there. I’ve also just noticed that a load of videos from cppcon a few weeks ago have just been uploaded to YouTube.

Read more

What is a good age to learn C++?

There is not any specific age to learn any programming language . Whether it is C++ or Java. If you have a logical mind from a very young age then you can learn any programming language from your childhood. Some of the greatest minds in the world start learning programming from the age of 5.

Read more

Should I learn C++ or rust 2021?

Here’s the big hint – go with Rustlang . Sure, C++ has the lion’s share of community support, and huge libraries, but Rust language is so much better in nearly every other way. Rust teaches you to code properly, and the tough love as a beginner is definitely appreciated by those further on in their careers.

Read more