From bc524f636f2bf07b5d280b9cd12b44a7e677f4a3 Mon Sep 17 00:00:00 2001 From: Marina Date: Thu, 21 May 2015 22:22:48 +0300 Subject: [PATCH] C++ Quiz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0417351..f8ace4c 100644 --- a/README.md +++ b/README.md @@ -652,6 +652,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [C++ FQA Lite](http://yosefk.com/c++fqa/) - C++ frequently questioned answers. * [Guru of the Week](http://www.gotw.ca/gotw/) - A regular series of C++ programming problems created and written by Herb Sutter. * [Meeting C++](http://meetingcpp.com/) +* [C++ Quiz](http://q.viva64.com/) - C++ quiz in which you propose to find errors in code fragments of open source projects. ## Weblogs *Useful C/C++ related weblogs.*