Skip to content

Billypl/sbl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SBL - Standard Billy Library

C++ library where I created custom versions of certain structures inspired by the Standard Template Library (STL). I wrote it before going to college to be prepared for all the projects my friend told me about, especially Basics of Programming and Algorithms and Data Structures.

Features:

  • ffile - structure for handling files and making operations on them
  • pair - simple pair structure
  • vector - dynamic, expandable structure to hold any type of data
  • string - based on vector, expandable array of characters with ways to perform simple operations on them

About

StandardBillyLibrary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published