Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deanblackborough/mathsquiz

Small Maths quiz. app to generate questions for my 8 and 2 year old. Generates random short division and long multiplication questions.
https://github.com/deanblackborough/mathsquiz

beginner cpp learning-by-doing mathematics

Last synced: about 1 month ago
JSON representation

Small Maths quiz. app to generate questions for my 8 and 2 year old. Generates random short division and long multiplication questions.

Awesome Lists containing this project

README

        

[![MSBuild](https://github.com/deanblackborough/MathsQuiz/actions/workflows/msbuild.yml/badge.svg)](https://github.com/deanblackborough/MathsQuiz/actions/workflows/msbuild.yml)

# MathsQuiz

Small Maths quiz app to generate questions for my 8 and 2 year old.

Very much a work in progress as I start playing around with C++.

As a newbie to C++ I don't know how I should be setting up the project, what compiler I should be using or any of the other stuff, if you have any best practice suggestions please leave a comment in an issue.