/study-helper

Personal tool for studying.

Primary LanguageC++

Study Helper

Little tool I whipped up in around 20 minutes to help me study. Now expanded on for 5 more minutes. Expanded further by waves for about four hours.

Configuration Files (place in the 'cards' folder).

// Single line comments are supported.

/*
    Multiline comments are also supported.
 */

// Any line with a question and answer is delimited by " : ". including the spaces.
QUESTION1 : ANSWER

// Questions are now read in a random order (although rather sloppily).

How To Build:

git clone https://github.com/linuxnoodle/study-helper
cd study-helper

Linux:

make

Windows

cmake .