Ask HN: Audiobooks for Learning C++
Any recommendations for quality books on C++, specifically in audiobook format?
Target audience being: no formal CS education, 3+ years of programming exp w/ object-oriented languages (javascript, python), also new to C/C++ and compiled languages.
Related: http://softwareengineering.stackexchange.com/questions/95876/audiobooks-for-programmers
8 comments
[ 5.7 ms ] story [ 45.7 ms ] threadJust imagine somebody trying to read a C++ Hello World out loud:
#include <iostream>
using namespace std;
int main() { cout << "Hello World" << endl; }
http://cppcast.com/.
Also,
Rusty Radio and New Rustacean if you want to explore Rust.