Looking for the Best Coding Along Videos for C/C++

0
19
Asked By CuriousCoder88 On

I'm on the hunt for a coding along video where I can both code and learn at the same time. I'm looking for something that provides clear explanations of the concepts, and ideally, it should focus on C or C++, or a similar language. It shouldn't be overly complicated either; I'm hoping for something I can complete in a day.

3 Answers

Answered By LearnItAll99 On

You're probably not going to find great video tutorials for C or C++. They might not be the most effective way to learn as they can leave gaps in understanding. Starting with a more beginner-friendly language might be a better option if you're just getting started.

Answered By TechSavvyPenguin On

Videos can be entertaining, but they aren't always the best for learning from scratch. Sure, you can pick up some tips watching someone code for hours, but if you really want to learn, I suggest combining videos with some solid documentation. They'll help you connect the dots better than just watching a tutorial alone.

Answered By WebWanderer42 On

Honestly, reading through documentation is a must if you want to grasp C++. I’d recommend checking out Cppreference.com; it’s a fantastic resource, even if it’s not a video.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.