An open API service indexing awesome lists of open source software.

https://github.com/dacap/cpp-utils

C++ Utilities
https://github.com/dacap/cpp-utils

Last synced: 12 months ago
JSON representation

C++ Utilities

Awesome Lists containing this project

README

          

This repository contains code by David Capello published
under the terms of the new BSD license (see LICENSE.md).

* `chrono`: A class to measure code performance.
* `mt`: Multithreading library.
* `ui`: An experimental project to create a
minimalist GUI library for C++ experiments.