--- title: C/C++のライブラリまとめ tags: [note, info-tech, c-language, cpp, development] --- ## 概要 - C/C++のいい感じのライブラリのまとめ - 基本的にlightweightかつmulti-platformなものしか載せない - リンクがない項目は今後執筆予定 ## Script - [LuaJIT](note/info-tech/luajit) (C) - [ExprTk](note/info-tech/exprtk) (C++) ## OS Wrapper - [tinycthread](note/info-tech/tinycthread) (C11)