home | list info | list archive | date index | thread index

Re: [OCLUG-Tech] looking for decent sites for C++11 references/tutorials

  • Subject: Re: [OCLUG-Tech] looking for decent sites for C++11 references/tutorials
  • From: Alex Pilon <alp [ at ] alexpilon [ dot ] ca>
  • Date: Wed, 22 Nov 2017 09:17:57 -0500
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.