mirror of https://github.com/CppCon/CppCon2014.git
Add presentations.
parent
120c6f5438
commit
5a771f1c2f
Binary file not shown.
@ -0,0 +1,7 @@
|
||||
# Accept No Visitors
|
||||
|
||||
Actually presented power-point slides are available on GitHub: http://bit.ly/AcceptNoVisitors
|
||||
|
||||
The larger Mach7 project can be found at https://github.com/solodon4/Mach7.
|
||||
|
||||
The two files discussed in the talk are: https://github.com/solodon4/Mach7/blob/master/code/cppcon-visitors.cpp (implementation with visitors) and https://github.com/solodon4/Mach7/blob/master/code/cppcon-matching.cpp (implementation with pattern matching).
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,5 @@
|
||||
# Using C++ to Connect to Web Services
|
||||
|
||||
Slides and demo applications can be found at:
|
||||
|
||||
https://github.com/stgates/webservicescppcon2014
|
||||
Loading…
Reference in New Issue