Skip to content

penguinsource/Utility_apps_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ListStack

A ListStack (class) is a last-in-first-out data structure ( linked list ). Each node contains data and a pointer to the next node. The last node (end of the list) has a pointer pointing to 0.

OptionsClass

Simplifying command line option handling by allowing you to add/remove/switch specific variables; please check/run the test file for example(s).

Rational

A Rational number class.

SetClass

A memory efficient method (a set class) of holding a set of (integer) values.

SharedCString

Shared C Strings class.

About

Utility Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages