The Flashcard Quiz Application is a simple command-line program written in C++ that allows users to create, save, load, and take quizzes using flashcards. This application is designed to help users study and memorize information effectively.
- Add Flashcards: Users can create flashcards by entering a question and its corresponding answer.
- Take Quiz: Users can take a quiz based on the flashcards they have created. The application will prompt the user with questions and check their answers.
- Save Flashcards: Users can save their flashcards to a text file for later use.
- Load Flashcards: Users can load previously saved flashcards from a text file.
- A C++ compiler (e.g., g++, MinGW, or any other compatible compiler).
- C++11 or later.
Here’s an example of how to use the application:
- Select option 1 to add a flashcard.
- Enter the question: What is the capital of France?
- Enter the answer: Paris
- Select option 2 to take a quiz.
- Answer the question presented by the application.
This project is licensed under the MIT License - see the LICENSE file for details.
