diff --git a/Presentations/Accept No Visitors/Accept No Visitors - Yuriy Solodkyy - CppCon 2014.pdf b/Presentations/Accept No Visitors/Accept No Visitors - Yuriy Solodkyy - CppCon 2014.pdf new file mode 100644 index 0000000..6ee4902 Binary files /dev/null and b/Presentations/Accept No Visitors/Accept No Visitors - Yuriy Solodkyy - CppCon 2014.pdf differ diff --git a/Presentations/Accept No Visitors/README.md b/Presentations/Accept No Visitors/README.md new file mode 100644 index 0000000..90acc04 --- /dev/null +++ b/Presentations/Accept No Visitors/README.md @@ -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). diff --git a/Presentations/How Facebook's HHVM Uses Modern C++/How Facebook's HHVM Uses Modern C++ for Fun and Profit (Literally) - Drew Paroski - CppCon 2014.pdf b/Presentations/How Facebook's HHVM Uses Modern C++/How Facebook's HHVM Uses Modern C++ for Fun and Profit (Literally) - Drew Paroski - CppCon 2014.pdf new file mode 100644 index 0000000..e5a15e9 Binary files /dev/null and b/Presentations/How Facebook's HHVM Uses Modern C++/How Facebook's HHVM Uses Modern C++ for Fun and Profit (Literally) - Drew Paroski - CppCon 2014.pdf differ diff --git a/Presentations/Introduction to C++ AMP/Introduction to C++ AMP (GPGPU Computing) - Marc Gregoire - CppCon 2014.PDF b/Presentations/Introduction to C++ AMP/Introduction to C++ AMP (GPGPU Computing) - Marc Gregoire - CppCon 2014.PDF new file mode 100644 index 0000000..9d9afbb Binary files /dev/null and b/Presentations/Introduction to C++ AMP/Introduction to C++ AMP (GPGPU Computing) - Marc Gregoire - CppCon 2014.PDF differ diff --git a/Presentations/Lock-free by Example/Lock-free by Example - Tony Van Eerd - CppCon 2014.pdf b/Presentations/Lock-free by Example/Lock-free by Example - Tony Van Eerd - CppCon 2014.pdf new file mode 100644 index 0000000..a671191 Binary files /dev/null and b/Presentations/Lock-free by Example/Lock-free by Example - Tony Van Eerd - CppCon 2014.pdf differ diff --git a/Presentations/Using C++ to Connect to Web Services/README.md b/Presentations/Using C++ to Connect to Web Services/README.md new file mode 100644 index 0000000..7101e89 --- /dev/null +++ b/Presentations/Using C++ to Connect to Web Services/README.md @@ -0,0 +1,5 @@ +# Using C++ to Connect to Web Services + +Slides and demo applications can be found at: + +https://github.com/stgates/webservicescppcon2014 diff --git a/Presentations/Using C++ to Connect to Web Services/Using C++ to Connect to Web Services - Steve Gates - CppCon 2014.pdf b/Presentations/Using C++ to Connect to Web Services/Using C++ to Connect to Web Services - Steve Gates - CppCon 2014.pdf new file mode 100644 index 0000000..c188d56 Binary files /dev/null and b/Presentations/Using C++ to Connect to Web Services/Using C++ to Connect to Web Services - Steve Gates - CppCon 2014.pdf differ