Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.
/ flash-card Public archive

A basic C++ program that reads in questions and answers from a txt file and tests you on them in random order

Notifications You must be signed in to change notification settings

tyharbert/flash-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flash Card

This program reads in all of the questions from “qa.txt” to test you on them. They must be ordered with question followed by the answer line by line. There cannot be any unused lines.

The line or tune, in music is called __________________.
melody

It will ask all of the questions once in random order and then it will ask all of the missed questions until all questions have been answered correctly. Then it will restart with all of the questions again. You can type any of the commands at any time:

help - print a list of all other commands

quit - to terminate the program

show - to reveal the answer

repeat - will repeat the question

take a guess at the answer

About

A basic C++ program that reads in questions and answers from a txt file and tests you on them in random order

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published