/CppEnhanced

A library has advanced supports for c++ developers.

Primary LanguageCGNU Affero General Public License v3.0AGPL-3.0

About CppEnhanced

Your powerful tool for C++ development.

Whole project use CMake, you can easily import CppEnhanced through CMake. In future, you will be able to import CppEnhanced from vcpkg and other package manager.

Build

On Linux, Unix, Cygwin, MacOS or other unix-like OS

Prepare CMake, C++ compiler and other tool chain first.

mkdir build
cd build
cmake ..
make

On Windows (build with MSVC)

Make sure CMake and MSVC environment installed.

mkdir build
cd build
cmake ..
msbuild

Components

  • DateTime DateTime is a C++ time format and operate library

Usage

building ...

License

We are using AGPLv3.0 now.