C++ auxiliary core library.
- UTF-8 console output with colors and styles
- UTF-8 program information
- UTF-8 string encoding
- Shared library manipulator
- Python Popen re-implementation
- Windows Registry key/value manipulator
- Extra Apis (
starts_with,split,join,trim...) - Format string
- Variable expression (
${VAR})
git clone https://github.com/SineStriker/stdcorelib.git
cd stdcorelib
cmake -B build -S. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/path/to/install
cmake --build build --config Release --target all
cmake --build build --config Release --target install- Popen Unix implementation, communicate...
- Registry implementation