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

https://github.com/hazeliscoding/quiz-maker

School Project -- Fall 2016
https://github.com/hazeliscoding/quiz-maker

Last synced: 11 months ago
JSON representation

School Project -- Fall 2016

Awesome Lists containing this project

README

          

# C++ Quiz Game
School project for Programming 101 class.

This is a C++ console program which is a quiz game, testing over the C++ langugage.
The quiz is a ten question quiz and the questions are loaded in random order from quiz_data.txt. This project is one of the very first major projects I have ever worked on through C++ and programming in general.

Also my first time using git/github.