ar.falsy.cat/content/note/info-tech/library-c-cpp.md

16 lines
440 B
Markdown
Raw Normal View History

2023-03-08 18:24:56 +00:00
---
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)