mirror of https://github.com/CppCon/CppCon2014.git
Add presentations.
parent
ec4b34794b
commit
a7d69c7d00
Binary file not shown.
@ -0,0 +1,5 @@
|
||||
# Async sequences and algorithms to compose them
|
||||
|
||||
The slides can be viewed online at http://kirkshoop.github.io/reveal.js/index.html.
|
||||
|
||||
Source code can be found at https://github.com/kirkshoop/reveal.js.
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
## Meta Techniques: Heterogeneous Polymorphism and Fast Prototyping at Facebook
|
||||
|
||||
Code and [slides](https://github.com/facebook/fatal/blob/master/docs/cppcon2014.pdf?raw=true) for this presentation are available at https://github.com/facebook/fatal.
|
||||
@ -0,0 +1,5 @@
|
||||
# Pragmatic Type Erasure: Solving Classic OOP Problems with an Elegant Design Pattern
|
||||
|
||||
Slides can be viewed online at http://tzlaine.github.io/type_erasure.
|
||||
|
||||
Associated source code can be found at https://github.com/tzlaine/type_erasure.
|
||||
Loading…
Reference in New Issue