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
- Host: GitHub
- URL: https://github.com/hazeliscoding/quiz-maker
- Owner: hazeliscoding
- Created: 2016-11-27T20:33:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T06:00:02.000Z (almost 9 years ago)
- Last Synced: 2025-03-15T06:52:13.290Z (12 months ago)
- Language: C++
- Homepage:
- Size: 7.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.