From 5a3e357a123e755a309774f7a38a0a667c480c5b Mon Sep 17 00:00:00 2001 From: tocic Date: Wed, 29 Mar 2023 14:44:43 +0300 Subject: [PATCH] Add cppquiz.org to the Websites section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e96f6d1..aab8b18 100644 --- a/README.md +++ b/README.md @@ -1268,6 +1268,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [C FAQ](http://c-faq.com/) - C frequently asked questions. * [C++ FAQ](http://www.parashift.com/c++-faq/) - C++ frequently asked questions. * [C++ FQA Lite](http://yosefk.com/c++fqa/) - C++ frequently questioned answers. +* [C++ Quiz](https://cppquiz.org) - A simple online quiz that you can use to test your knowledge of the C++ programming language. * [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/) * [PVS-Studio’s challenge](https://quiz.pvs-studio.com) - PVS-Studio’s C++ quiz in which you're asked to find errors in code fragments of open source projects.