##videos:
C++, Short and Sweet [https://www.udemy.com/cpp-short-and-sweet/]
This is a rather short video to get started with C++. After the video, you should be able to start impl some algorithms and data structures like in single files.
The course is based on the excellent textbook Accelerated C++ by Andrew Koenig and Barbara E. Moo., taught by Jeremy Siek, a professor at the University of Colorado. No prior knowledge of C++ is assumed.
Part 1 covers the first seven chapters of Accelerated C++, in particular, Chapters 0 through. Like the textbook, the course quickly dives into problem solving and making use of the C++ standard library, including strings, vectors, and lists.