|
Giri's C++ Support Library
C++ library providing everything you need to quickly create awesome applications.
|
C++ library providing everything you need to quickly create awesome applications.
This library includes:
The API is well documented and equipt with code snippets to quickly get started. Check it out: https://nwrkbiz.github.io/Cpp-SupportLibrary/html/index.html
For more please check the documentation :)
This library depends on Boost (tested with version 67) and OpenSSL and requires an C++17 compliant compiler.
"THE BEER-WARE LICENSE" (Revision 42): giri@nwrk.biz wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Daniel Giritzer
To compile your programs following parameters are needed.
g++ main.cpp -std=c++17 -lboost_system -lboost_iostreams -pthread -lssl -lcrypto -lstdc++fs
2020, Daniel Giritzer