From 9dba9c475fbbecacb1a0efb8aceb5db56813bfb6 Mon Sep 17 00:00:00 2001 From: tocic Date: Wed, 29 Mar 2023 14:36:44 +0300 Subject: [PATCH] =?UTF-8?q?Rename=20PVS-Studio=E2=80=99s=20quiz=20to=20dis?= =?UTF-8?q?ambiguate=20it=20with=20C++=20Quiz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I believe that Knatten's C++ Quiz deserves the name more, because it's one of the top search results for "c++ quiz". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a674e8..e96f6d1 100644 --- a/README.md +++ b/README.md @@ -1270,7 +1270,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [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. +* [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. * [Udemy C++ Courses and Tutorials](https://www.udemy.com/topic/C-plus-plus-tutorials/) * [C++ Hints](http://cpphints.com/) - Every business day hints about most often C++ mistakes and ways to solve them from PVS-Studio Team. * [C++ tutorial](https://hackr.io/tutorials/learn-c-plus-plus) - A user ranked online tutorial bank site displaying multiple courses to learn C++ from.