Add cppquiz.org to the Websites section

This commit is contained in:
tocic
2023-03-29 14:44:43 +03:00
parent 9dba9c475f
commit 5a3e357a12

View File

@@ -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://c-faq.com/) - C frequently asked questions.
* [C++ FAQ](http://www.parashift.com/c++-faq/) - 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++ 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. * [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/) * [Meeting C++](http://meetingcpp.com/)
* [PVS-Studios challenge](https://quiz.pvs-studio.com) - PVS-Studios C++ quiz in which you're asked to find errors in code fragments of open source projects. * [PVS-Studios challenge](https://quiz.pvs-studio.com) - PVS-Studios C++ quiz in which you're asked to find errors in code fragments of open source projects.