From 70f6bbde8e32eb115647a9807b5bd6ac9812920a Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Mon, 18 May 2015 20:50:10 -0500 Subject: [PATCH] Update FAQ.md --- FAQ.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 57f0a99f9..fc008e381 100644 --- a/FAQ.md +++ b/FAQ.md @@ -41,4 +41,9 @@ -- **Q:** Is there a coding style guide? -**A:** [Yes](http://www.appinf.com/download/CppCodingStyleGuide.pdf) +**A:** [Yes](http://www.appinf.com/download/CppCodingStyleGuide.pdf). + +-- +**Q:** Where can I find examples of POCO usage? + +**A:** Every POCO library comes with a set of small, fully-functional, example applications; the samples are located in the "samples" directory of each POCO library; additionally, the knowledge on usage of POCO can also be gained by studying and running unit tests, located under "testsuite" directory for each POCO library.