├── .gitignore ├── LICENSE ├── README.md ├── example ├── Makefile └── main.cpp └── smcpp.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leijian001/smcpp/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leijian001/smcpp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leijian001/smcpp/HEAD/README.md -------------------------------------------------------------------------------- /example/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leijian001/smcpp/HEAD/example/Makefile -------------------------------------------------------------------------------- /example/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leijian001/smcpp/HEAD/example/main.cpp -------------------------------------------------------------------------------- /smcpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leijian001/smcpp/HEAD/smcpp.h --------------------------------------------------------------------------------