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.
- Host: GitHub
- URL: https://github.com/dreamycecil/dreamyutilities
- Owner: DreamyCecil
- License: mit
- Created: 2022-05-08T02:17:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T11:44:34.000Z (6 months ago)
- Last Synced: 2025-05-15T12:42:00.339Z (5 months ago)
- Topics: cpp11, cpp98, framework, gcc, libraries, msvc, work-in-progress
- Language: C++
- Homepage:
- Size: 292 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`).