From 9f4f4482cb9bdb61298ee9f08c205a0a1dbb0009 Mon Sep 17 00:00:00 2001 From: questor/inter Date: Wed, 3 Sep 2014 10:51:59 +0200 Subject: [PATCH] api-design section added --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.*