https://github.com/cbeck88/flashcards
Tiny terminal flashcards program in C++
https://github.com/cbeck88/flashcards
Last synced: 2 months ago
JSON representation
Tiny terminal flashcards program in C++
- Host: GitHub
- URL: https://github.com/cbeck88/flashcards
- Owner: cbeck88
- License: wtfpl
- Created: 2017-06-05T00:47:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T00:47:51.000Z (about 8 years ago)
- Last Synced: 2025-03-29T01:11:48.253Z (2 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flashcards
[](./LICENSE)
*flashcards* is a tiny C++ terminal program for computerized flashcards. I created it
for personal use, to improve my spanish vocabulary.## Building
*flashcards* may be built using `boost.build`, aka `bjam`. Simply type `bjam`
in the root of the project directory. Binaries will be placed in `/stage`.## Data format
Flashcards files are text files, formatted as follows:
- One line for the front of the card
- One line for the back of the card
- Skip one lineUse unix line endings. There are some examples in the `/data` folder.
Enjoy!