Skip to content

TreyPilgrim/C-_DoublyLinkedList_PC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-_DoublyLinkedList_PC

A doubly linked list for storage of pc characters "exit"- exits program "load" - loads a text file "add" - adds a player to the list with generic stats "remove" - removes player from list "set" - sets a player's (name) race/job/level (stat) with a string value for race/job inputs & an int input for level updates (val) "search" - displays all characters that have the race/job/level (stat) with a string value for all race/job searches & an int val for all level searches (val) "display" - Displays all saved players and their stats

About

A doubly linked list for storage of pc characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages