On Wed, Nov 22, 2017 at 06:14:08AM -0500, Robert P. J. Day wrote: > i'm teaching 5 days worth of C++11 in january, already been handed > the courseware, and i'd like to put together a page of quality links > to C++11/14/17 tutorials and/or references for the class. While nowhere near the quality of the C man pages, there are C++ man pages, like std::vector(3). In a pinch, it can help. Real programmers just read the draft standards! https://github.com/cplusplus/draft Not really.