https://github.com/dacap/cpp-utils
C++ Utilities
https://github.com/dacap/cpp-utils
Last synced: 12 months ago
JSON representation
C++ Utilities
- Host: GitHub
- URL: https://github.com/dacap/cpp-utils
- Owner: dacap
- License: bsd-3-clause
- Created: 2010-03-06T17:59:11.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2012-08-13T21:01:01.000Z (almost 14 years ago)
- Last Synced: 2025-04-04T19:55:29.380Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 121 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.