Skip to content

firexfly/cpp-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cpp-utils

Useful utilities, missing from the std lib.

Build:

Compile into a dynamic lib on macOS: c++ -dynamiclib -std=c++11 -o cpp-utils.dylib split.cpp

Usage:

Include the header file:

#include "/path/to/cpp-utils.hpp"

Compile your app: c++ -Wall -std=c++11 -o myapp cpp-utils.dylib myapp.cpp

Ensure the dynamic lib is in your path e.g. your current working directory, when running your app.

About

Useful utilities, missing from the std lib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages