Notes and examples for my 2012 UTOS Conference talk
Go to file
Stephen M. McQuay de20fd4ff3 oops
2012-05-05 11:23:48 -06:00
.hgignore updated ignore file 2012-05-01 17:30:28 -06:00
constexpr.cc oops 2012-05-05 11:23:48 -06:00
ilists.cc added a bunch of exmaples and some notes 2012-05-05 09:01:40 -06:00
ilists2.cc added a bunch of exmaples and some notes 2012-05-05 09:01:40 -06:00
init_new.cc added a bunch of exmaples and some notes 2012-05-05 09:01:40 -06:00
init.cc added a bunch of exmaples and some notes 2012-05-05 09:01:40 -06:00
lambda.cc added lambda example 2012-05-05 09:25:28 -06:00
Makefile Added all possible CCFLAGS 2012-05-05 09:34:07 -06:00
notes.rst added my notes 2012-05-05 09:36:42 -06:00
README.rst updated readme 2012-05-01 17:29:03 -06:00
thread.cc added two threading examples 2012-05-05 09:34:15 -06:00
thread2.cc added two threading examples 2012-05-05 09:34:15 -06:00
tuple.cc Added tuple example. 2012-05-05 09:15:15 -06:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

========================================
GRANDPA, I DONT WANT NONE OF YOUR C++!!
========================================

.. rubric:: Notes and examples for my 2012 UTOS Conference talk

You thought the language was essentially dead, relegated to the slaves who
produce the latest video games; you were wrong!

Last year the latest C++ standard, c++11, was ratified adding many of the
features one would expect from a modern programming language.

Come participate in an overview and example festival of some of the added
features.