/utixx

Handy C++ utilities

Primary LanguageC++MIT LicenseMIT

License Issues GitHub pull requests


Handy C++11 utilities like a maybe class, errors inspired by the Golang error system, string utilities, format and more.

Clone with

$ git clone --recurse-submodules https://github.com/lordoftrident/utixx

Table of contents

Documentation

Coming soon.

Examples

Examples can be found in the examples folder. To build them, first bootstrap the builder with

$ cc build.c -o build

and then build

$ ./build

The binaries will be outputted into bin.

Quickstart

Either copy this repository into your project, or you can use git submodules:

$ git submodule add https://github.com/LordOfTrident/utixx

Bugs

If you find any bugs, please create an issue and report them.