Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daringer/mmorecpp
modern, high-lvl, flexible, lightweight C++ utilities library
https://github.com/daringer/mmorecpp
Last synced: about 1 month ago
JSON representation
modern, high-lvl, flexible, lightweight C++ utilities library
- Host: GitHub
- URL: https://github.com/daringer/mmorecpp
- Owner: daringer
- License: bsd-3-clause
- Created: 2013-09-28T09:34:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T12:08:29.000Z (over 9 years ago)
- Last Synced: 2023-08-04T07:42:02.456Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 2.25 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mmorecpp - a high-lvl, flexible, lightweight C++ utils library
===========================================================================[![Build Status](https://travis-ci.org/daringer/mmorecpp.svg)](https://travis-ci.org/daringer/mmorecpp)
**This library provides helpful tools for your everyday C++ challenges.
Aiming for the following goals:*** useful, comfortable C++ style (boost like) utils
* include into project and reduce external dependencies
* modern OO-driven C++ interface
* simple, fast, small footprint
* can be used in parts
* c++11 required (clang++ (>=3.4) [recommended], g++ (>=4.8))
* support for older compilers in progress
* support for a higher platform independance in progress
* selectivly disable features during compile-time
* extremly easy and smart interfaces
* slim OO-interfaces for tedious plain C interfaces (e.g., sqlite3, popen,
date/time, threading/forking, locking, sockets, ncurses)
* .... or maybe you're just lookin' for some "inspiration" for your current
project, come in and (may)be get inspired ;)**Where is the documentation? There was some text before? It is gone???**
Yes, lost inside the git history, a new, better, completer documentatoin is incoming ...
newest feature for the documentation will be: USEFULNESS!