GoingNative 2012 Sessions (HD)
Share:

Listens: 0

About

Sessions for GoingNative 2012

A Concept Design for C++

C++ does not provide facilities for directly expressing what a function template requires of its set of parameters. This is a problem that manifests i...
Show notes

Static If I Had a Hammer

All right, the C++11 Standard is done. Can we go home? Definitely not - progress waits for no one.For all its might, C++11 is not addressing a few bas...
Show notes

STL11: Magic && Secrets

The C++ Standard Library expanded and evolved massively between C++98/03 and C++11.  It's easy to forget the magnitude of these changes, because they ...
Show notes

Variadic Templates are Funadic

Variadic templates are arguably the most profound change in the core language brought about by C++11. Curiously, however, the C++ community still tipt...
Show notes