/Core

A simple C++ library intended to solve common software issues.

Primary LanguageC++MIT LicenseMIT

Core

Build Status Build status

Core is a C++ lib, intended to solve basic and common software issues which may rise, when designing and implementing a server side application. Few examples - Logger support, Async Execution support, Exception handling, Enumeration and etc...

Installing

Run the following commands:

./INSTALL.sh

Deployment

A static lib binary will be created under the /bin directory. All headers are copied to /include directory.