Skip to content

A C++ program that lets you create, view, and delete flashcards using doubly linked lists

Notifications You must be signed in to change notification settings

jatinsu/FlashCards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlashCards

A C++ program that lets you create, view, and delete flashcards using doubly linked lists

Compile and Install

On UNIX based systems: run make execute and it should compile and run!

Commands

1: Create new FlashCards

2: Display all the flash cards

3: Display the FlashCards one by one. Press enter to go to the next card, and press p to go back a card. Press q to quit and go back to the main menu

4: Delete a Flash Card

5: Exit the Program

About

A C++ program that lets you create, view, and delete flashcards using doubly linked lists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published