Skip to content

Rakete1111/cppquiz17

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Porting CppQuiz.org questions to C++17

CppQuiz.org is an open source C++ quiz site. If you're unfamiliar with it, you can read more in its "About" section.

All the CppQuiz questions are currently targetting C++11. We need to update them for C++17. Most questions will still have the same answers, we just need to update the explanations and references to the standard. A few questions will also have different answers.

Doing this all by myself is going to take months, so I would very much appreciate some help from the community. To make that as simple as possible, I've created this repository containing all the questions. There is a directory for each question, named after the question number. That directory contains the source code of the question in a .cpp file, the hint and explanation in .md files, as well as a README.md explaining everything you need to do to port the question. There's also an issue for each question, making it easier to track progress. The issue has the same information as the README.md file.

As soon as we've updated all the questions in this repository, I'll import them back into CppQuiz, and from then on CppQuiz will always ask about C++17.

How to help porting questions

There are two ways to contribute, listed below. I prefer the first alternative, but if that prevents you from contributing, the second is also ok.

Contributing using a fork and pull requests

  1. Fork this repo by clicking the "Fork" button at the top right.
  2. Pick the issue for a question you want to port. Add a comment that you'll be handling that issue.
  3. Follow the instructions in the issue to port the question.
  4. Make a pull request. Porting several questions in one PR is fine.

Contributing without a fork

If you think forking and PRs is too cumbersome, or you are not able to do this for other reasons, I'd still appreciate your help:

  1. Pick the issue for a question you want to port. Add a comment that you'll be handling that issue.
  2. Follow the instructions in the issue to port the question.
  3. Paste the updated files as comments to the issue.

Other ways to help

  • Look for questions labeled help wanted. It means the person responsible needs a second pair of eyes.
  • Look at pull requests, review them and comment LGTM if they should be merged.
  • Other ideas for help are also welcome, please get in touch (see Questions below).

Questions

If you have any questions, either file an issue in this repo, contact @knatten on Twitter, or email me at anders@knatten.org.

About

Porting questions on cppquiz.org to C++17

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%