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

https://github.com/dreamycecil/dreamyutilities

A personal framework with a variety of libraries with classes and functions to enhance coding experience. Compatible with C++98.
https://github.com/dreamycecil/dreamyutilities

cpp11 cpp98 framework gcc libraries msvc work-in-progress

Last synced: 2 months ago
JSON representation

A personal framework with a variety of libraries with classes and functions to enhance coding experience. Compatible with C++98.

Awesome Lists containing this project

README

          

# Dreamy Utilities

**Dreamy Utilities** is a collection of libraries that extend C++ functionality. The main inspirations behind many design choices are Boost and Qt frameworks.

Visit [this repository's wiki](https://github.com/DreamyCecil/DreamyUtilities/wiki) for details and information about different libraries.

### Utilizes
- C++ Standard Library
- Boost 1.34.1 (optionally through macros)

### Tested compilers
- **MSVC**: v60, v100, v120, v142
- **GCC**: 9.4.0

# How to use
1. Include `DreamyUtilities.cpp` somewhere in your project **once** to make the framework compile some of its implementations.
2. Include any header (`.hpp`) from any library to utilize its functionality.

# License

**Dreamy Utilities** is licensed under the MIT license (see `LICENSE`).