kedixa / klibcpp

kedixa's Cplusplus Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

klibcpp

klibcpp (kedixa's personal c++ toy library)

Content

  • timer: 计时器
  • multiarray: 多维数组
  • unsigned_bigint: 无符号大整数类
  • bigint: 带符号大整数类
  • rational: 有理数类

Compile

make build # build library
make check # run tests
make rpm   # build rpm package
make clean # remove all build directories

LICENSE

Apache License 2.0

About

kedixa's Cplusplus Library


Languages

Language:C++ 95.3%Language:CMake 3.6%Language:Makefile 1.1%