Skip to content
forked from L1nkus/split

A c++ function returning a splitted vector based on a given string and separator.

License

Notifications You must be signed in to change notification settings

zhangleihan/split

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

split

A c++ function returning a splitted vector based on a given string and separator.

Split.cpp is the de facto splitting program, giving us a function to be used outside it. Main.cpp is just an example source file, you can originate the split from. It's included just for testing purposes. A header file and necessary imports are included to decrease time needed for the program to set up.

I mainly use this if I'm developing something in c++ at my school, or any other foreign workspace and need such algorithm.

About

A c++ function returning a splitted vector based on a given string and separator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.3%
  • Makefile 6.7%