Skip to content

Instantly share code, notes, and snippets.

@badmonster0
Last active May 10, 2016 15:43
Show Gist options
  • Save badmonster0/410107d64c4a0752dfa05794fb04f2fe to your computer and use it in GitHub Desktop.
Save badmonster0/410107d64c4a0752dfa05794fb04f2fe to your computer and use it in GitHub Desktop.
cpp learning resource

##videos:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment