From 1f159754cc80b17af0c6035737639b0a7e3dd7e5 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Thu, 9 Oct 2014 14:54:42 -0500 Subject: [PATCH] Added CppCon talk by @SuperV1234 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c06c3cd..88d3913 100644 --- a/README.md +++ b/README.md @@ -482,7 +482,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin # Resources *Various resources, such as books, websites, and articles for improving your C++ development skills and knowledge.* -## Api-Design +## API Design * [Beautiful Native Libraries](http://lucumr.pocoo.org/2013/8/18/beautiful-native-libraries/) * [Designing Qt-Style C++ APIs](http://doc.qt.digia.com/qq/qq13-apis.html) @@ -509,6 +509,10 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml) * [GNU Coding Standard](http://www.gnu.org/prep/standards/standards.html) +## Talks + +* [Quick game development with C++11/C++14](https://github.com/SuperV1234/cppcon2014) - CppCon 2014 talk by vittorio romeo. + ## Videos *Fantastic C/C++ related videos.*