Skip to content

kedixa/klibcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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