Added CppCon talk by @SuperV1234

This commit is contained in:
Faraz Fallahi
2014-10-09 14:54:42 -05:00
parent 3e2f071a1e
commit 1f159754cc

View File

@@ -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.*