diff --git a/README.md b/README.md index df68469..ef3260b 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin - [Buildsystem](#buildsystem) - [Static Code Analysis](#static-code-analysis) - [Resources](#resources) + - [API-Design](#apidesign) - [Articles](#articles) - [Books](#books) - [Coding Style](#coding-style) @@ -418,6 +419,11 @@ 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 + +* [Designing Qt-Style C++ APIs](http://doc.qt.digia.com/qq/qq13-apis.html) +* [Beautiful Native Libraries](http://lucumr.pocoo.org/2013/8/18/beautiful-native-libraries/) + ## Articles *Fantastic C/C++ related articles.*