Getting Started
Instructions for installing and using the library.
To get started with the library first you have to pick what your target platform is.
Windows
-
To use with MSVC Compiler or Visual C++
- [INSTALL]: Go to the releases page on github and download the Windows Visual C++ binaries
- [SETUP]: the include folder if the include directory and the lib directory is for the linker so go to Visual Studio and edit the properties to add this library
- [PROBLEM]: If you are confused with the setup process then you may go to this youtube video
To use with GCC Compiler
- [INSTALL]: Go to the releases page on github and download the Windows GCC binaries
- [SETUP]: the include folder if the include directory and the lib directory is for the linker so when compiling make sure to add both of those parameters
- [PROBLEM]: If you are confused with the setup process then you may go to this youtube video
Mac OS
-
To use with GCC Compiler or Visual C++
- [INSTALL]: Go to the releases page on github and download the source code
- [SETUP]:You will have to compile the source code to the static library file type on Mac OS
- [PROBLEM]:If you are confused with how to compile it, go here Creating Static Libraries
Linux
-
To use with GCC Compiler
- [INSTALL]: Go to the releases page on github and download the Linux GCC binaries
- [SETUP]: the include folder if the include directory and the lib directory is for the linker so when compiling make sure to add both of those parameters
- [PROBLEM]: If you are confused with the setup process then you may go to this youtube video
Features
- Has multiple utility functions to save time
- Can send HTTPS requests right from C++
- Being updated 24/7
- Is a static library so library is linked to the executable and therefore not needed at runtime
Examples
Code snippets demonstrating how to use the library.
Reference
Detailed documentation for each class and function in the library.