On 2017-11-22 06:14 AM, 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. > > there's obviously a *ton* of pages out there, and i'm crawling over > them now, but if people have some recommendations, that would be just > ducky. thank you kindly. There is no better reference than cppreference.com (http://en.cppreference.com/w/cpp). I rely on it frequently. It's not much of a tutorial but the examples are often instructive. -- Stephen M. Webb <stephen [ dot ] webb [ at ] bregmasoft [ dot ] ca>